Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 14 of 14) sorted by relevance

/linux/fs/omfs/
H A Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member
H A Dinode.c121 oi->i_type = OMFS_DIR; in __omfs_write_inode()
123 oi->i_type = OMFS_FILE; in __omfs_write_inode()
239 switch (oi->i_type) { in omfs_iget()
H A Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/linux/fs/befs/
H A Dbefs.h65 u32 i_type; member
/linux/fs/xfs/
H A Dxfs_log.h94 return xlog_copy_iovec(lv, vecp, src->i_type, src->i_addr, src->i_len); in xlog_copy_from_iovec()
H A Dxfs_attr_item.c96 nv->name.i_type = XLOG_REG_TYPE_ATTR_NAME; in xfs_attri_log_nameval_alloc()
107 nv->new_name.i_type = XLOG_REG_TYPE_ATTR_NEWNAME; in xfs_attri_log_nameval_alloc()
117 nv->value.i_type = XLOG_REG_TYPE_ATTR_VALUE; in xfs_attri_log_nameval_alloc()
128 nv->new_value.i_type = XLOG_REG_TYPE_ATTR_NEWVALUE; in xfs_attri_log_nameval_alloc()
H A Dxfs_log_cil.c1113 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record()
1176 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr()
1193 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
H A Dxfs_log.c117 vec->i_type = type; in xlog_prepare_iovec()
876 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record()
1963 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
/linux/fs/nilfs2/
H A Dinode.c341 ii->i_type = NILFS_I_TYPE_NORMAL; in nilfs_new_inode()
530 if (ii->i_type != args->type) in nilfs_iget_test()
543 NILFS_I(inode)->i_type = args->type; in nilfs_iget_set()
639 args.type = ii->i_type | NILFS_I_TYPE_BTNC; in nilfs_attach_btree_node_cache()
860 if (!(ii->i_type & NILFS_I_TYPE_BTNC)) in nilfs_clear_inode()
H A Dnilfs.h41 unsigned int i_type; member
H A Dsuper.c163 ii->i_type = 0; in nilfs_alloc_inode()
H A Dsegment.c522 if (ii->i_type & NILFS_I_TYPE_GC) in nilfs_segctor_end_finfo()
/linux/Documentation/filesystems/
H A Domfs.rst77 char i_type; /* OMFS_[DIR,FILE] */
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h201 uint i_type; /* type of region */ member