Searched defs:xfs_inode_log_item (Results 1 – 1 of 1) sorted by relevance
16 struct xfs_inode_log_item { struct17 struct xfs_log_item ili_item; /* common portion */18 struct xfs_inode *ili_inode; /* inode ptr */19 unsigned short ili_lock_flags; /* inode lock flags */20 unsigned int ili_dirty_flags; /* dirty in current tx */32 spinlock_t ili_lock; /* flush state lock */33 unsigned int ili_last_fields; /* fields when flushed */34 unsigned int ili_fields; /* fields to be logged */35 unsigned int ili_fsync_fields; /* logged since last fsync */36 xfs_lsn_t ili_flush_lsn; /* lsn at last flush */[all …]