Home
last modified time | relevance | path

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

/linux-5.19.10/fs/omfs/
Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member
Dinode.c121 oi->i_type = OMFS_DIR; in __omfs_write_inode()
123 oi->i_type = OMFS_FILE; in __omfs_write_inode()
242 switch (oi->i_type) { in omfs_iget()
Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/linux-5.19.10/fs/befs/
Dbefs.h65 u32 i_type; member
/linux-5.19.10/fs/xfs/
Dxfs_log.h93 return xlog_copy_iovec(lv, vecp, src->i_type, src->i_addr, src->i_len); in xlog_copy_from_iovec()
Dxfs_log_cil.c851 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record()
912 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr()
929 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
Dxfs_attr_item.c94 nv->name.i_type = XLOG_REG_TYPE_ATTR_NAME; in xfs_attri_log_nameval_alloc()
105 nv->value.i_type = XLOG_REG_TYPE_ATTR_VALUE; in xfs_attri_log_nameval_alloc()
Dxfs_log.c128 vec->i_type = type; in xlog_prepare_iovec()
941 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record()
2198 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
/linux-5.19.10/Documentation/filesystems/
Domfs.rst77 char i_type; /* OMFS_[DIR,FILE] */
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_format.h198 uint i_type; /* type of region */ member