Searched defs:xfs_inode (Results 1 – 1 of 1) sorted by relevance
25 typedef struct xfs_inode { struct42 struct xfs_inode_log_item *i_itemp; /* logging information */ argument43 struct rw_semaphore i_lock; /* inode lock */44 atomic_t i_pincount; /* inode pin count */51 uint16_t i_checked;52 uint16_t i_sick;60 prid_t i_projid; /* owner's project id */63 union {68 uint16_t i_diflags; /* XFS_DIFLAG_... */69 uint64_t i_diflags2; /* XFS_DIFLAG2_... */[all …]
Completed in 11 milliseconds