Searched defs:xfs_inode (Results 1 – 1 of 1) sorted by relevance
25 typedef struct xfs_inode { struct27 struct xfs_mount *i_mount; /* fs mount struct ptr */28 union {52 struct xfs_inode_log_item *i_itemp; /* logging information */ argument53 struct rw_semaphore i_lock; /* inode lock */54 atomic_t i_pincount; /* inode pin count */55 struct llist_node i_gclist; /* deferred inactivation list */61 uint16_t i_checked;62 uint16_t i_sick;64 spinlock_t i_flags_lock; /* inode i_flags lock */[all …]