Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans.h71 struct xfs_item_ops { struct
72 unsigned flags;
73 void (*iop_size)(struct xfs_log_item *, int *, int *);
75 void (*iop_pin)(struct xfs_log_item *);
76 void (*iop_unpin)(struct xfs_log_item *, int remove);
77 uint64_t (*iop_sort)(struct xfs_log_item *lip);
80 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);
81 uint (*iop_push)(struct xfs_log_item *, struct list_head *);
82 void (*iop_release)(struct xfs_log_item *);
83 int (*iop_recover)(struct xfs_defer_pending *dfp,
[all …]