Lines Matching defs:xfs_log_item
31 struct xfs_log_item { struct
32 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 */
39 struct xfs_buf *li_buf; /* real buffer pointer */
40 struct list_head li_bio_list; /* buffer item list */
41 const struct xfs_item_ops *li_ops; /* function list */
44 struct list_head li_cil; /* CIL pointers */
45 struct xfs_log_vec *li_lv; /* active log vector */
46 struct xfs_log_vec *li_lv_shadow; /* standby vector */
47 xfs_csn_t li_seq; /* CIL commit seq */
48 uint32_t li_order_id; /* CIL commit order */