Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_inode.h24 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 */
78 } xfs_inode_t; argument
81 static inline struct xfs_inode *XFS_I(struct inode *inode) in XFS_I() argument

Completed in 6 milliseconds