Searched refs:i_type (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/omfs/
H A Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member in struct:omfs_inode
H A Dinode.c121 oi->i_type = OMFS_DIR;
123 oi->i_type = OMFS_FILE;
239 switch (oi->i_type) {
H A Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG;
/linux-master/fs/befs/
H A Dbefs.h65 u32 i_type; member in struct:befs_inode_info
/linux-master/fs/xfs/
H A Dxfs_log.h94 return xlog_copy_iovec(lv, vecp, src->i_type, src->i_addr, src->i_len);
H A Dxfs_attr_item.c90 nv->name.i_type = XLOG_REG_TYPE_ATTR_NAME;
101 nv->value.i_type = XLOG_REG_TYPE_ATTR_VALUE;
H A Dxfs_log_cil.c940 .i_type = XLOG_REG_TYPE_COMMIT,
1003 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER;
1020 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR;
H A Dxfs_log.c129 vec->i_type = type;
928 .i_type = XLOG_REG_TYPE_UNMOUNT,
2204 xfs_warn(mp, " type = 0x%x", vec->i_type);
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h89 /* Region types for iovec's i_type */
198 uint i_type; /* type of region */ member in struct:xfs_log_iovec

Completed in 298 milliseconds