Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_inode.h25 typedef struct xfs_inode { struct
42 struct xfs_inode_log_item *i_itemp; /* logging information */ argument
43 struct rw_semaphore i_lock; /* inode lock */
44 atomic_t i_pincount; /* inode pin count */
45 struct llist_node i_gclist; /* deferred inactivation list */
51 uint16_t i_checked;
52 uint16_t i_sick;
54 spinlock_t i_flags_lock; /* inode i_flags lock */
56 unsigned long i_flags; /* see defined flags below */
57 uint64_t i_delayed_blks; /* count of delay alloc blks */
[all …]