Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_inode.h24 typedef struct xfs_inode { struct
44 struct xfs_inode_log_item *i_itemp; /* logging information */ argument
45 mrlock_t i_lock; /* inode lock */
46 mrlock_t i_mmaplock; /* inode mmap IO lock */
47 atomic_t i_pincount; /* inode pin count */
76 static inline struct xfs_inode *XFS_I(struct inode *inode) in XFS_I() argument