Home
last modified time | relevance | path

Searched defs:xfs_inode (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/fs/xfs/
Dxfs_inode.h25 typedef struct xfs_inode { struct
27 struct xfs_mount *i_mount; /* fs mount struct ptr */
28 union {
52 struct xfs_inode_log_item *i_itemp; /* logging information */ argument
53 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 …]