Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H 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 */
50 uint16_t i_checked;
51 uint16_t i_sick;
59 prid_t i_projid; /* owner's project id */
62 union {
67 uint16_t i_diflags; /* XFS_DIFLAG_... */
68 uint64_t i_diflags2; /* XFS_DIFLAG2_... */
[all …]