i_type             65 fs/befs/befs.h 	u32 i_type;
i_type            358 fs/omfs/dir.c  		d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG;
i_type            121 fs/omfs/inode.c 		oi->i_type = OMFS_DIR;
i_type            123 fs/omfs/inode.c 		oi->i_type = OMFS_FILE;
i_type            242 fs/omfs/inode.c 	switch (oi->i_type) {
i_type             64 fs/omfs/omfs_fs.h 	char i_type;			/* OMFS_[DIR,FILE] */
i_type            197 fs/xfs/libxfs/xfs_log_format.h 	uint		i_type;		/* type of region */
i_type            823 fs/xfs/xfs_log.c 		.i_type = XLOG_REG_TYPE_UNMOUNT,
i_type           1524 fs/xfs/xfs_log.c 		.i_type = XLOG_REG_TYPE_COMMIT,
i_type           2101 fs/xfs/xfs_log.c 			xfs_warn(mp, "    type	= 0x%x", vec->i_type);
i_type           2140 fs/xfs/xfs_log.c 			xlog_tic_add_region(ticket, vecp->i_len, vecp->i_type);
i_type             37 fs/xfs/xfs_log.h 	vec->i_type = type;
i_type            799 fs/xfs/xfs_log_cil.c 	lhdr.i_type = XLOG_REG_TYPE_TRANSHDR;