Searched defs:xfs_log_item (Results 1 – 1 of 1) sorted by relevance
31 struct xfs_log_item { struct32 struct list_head li_ail; /* AIL pointers */33 struct list_head li_trans; /* transaction list */34 xfs_lsn_t li_lsn; /* last on-disk lsn */35 struct xlog *li_log;36 struct xfs_ail *li_ailp; /* ptr to AIL */37 uint li_type; /* item type */38 unsigned long li_flags; /* misc flags */44 struct list_head li_cil; /* CIL pointers */47 xfs_csn_t li_seq; /* CIL commit seq */[all …]