Lines Matching defs:xfs_inode
24 typedef struct xfs_inode { struct
41 struct xfs_inode_log_item *i_itemp; /* logging information */ argument
42 mrlock_t i_lock; /* inode lock */
43 atomic_t i_pincount; /* inode pin count */
44 struct llist_node i_gclist; /* deferred inactivation list */
50 uint16_t i_checked;
51 uint16_t i_sick;
53 spinlock_t i_flags_lock; /* inode i_flags lock */
55 unsigned long i_flags; /* see defined flags below */
56 uint64_t i_delayed_blks; /* count of delay alloc blks */
57 xfs_fsize_t i_disk_size; /* number of bytes in file */
58 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */
82 } xfs_inode_t; argument
84 static inline bool xfs_inode_has_attr_fork(struct xfs_inode *ip) in xfs_inode_has_attr_fork() argument