Searched refs:xfs_defer_op_type (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.h10 struct xfs_defer_op_type;
23 const struct xfs_defer_op_type *dfp_ops;
41 const struct xfs_defer_op_type *ops);
49 struct xfs_defer_op_type { struct
69 extern const struct xfs_defer_op_type xfs_bmap_update_defer_type;
70 extern const struct xfs_defer_op_type xfs_refcount_update_defer_type;
71 extern const struct xfs_defer_op_type xfs_rmap_update_defer_type;
72 extern const struct xfs_defer_op_type xfs_extent_free_defer_type;
73 extern const struct xfs_defer_op_type xfs_agfl_free_defer_type;
74 extern const struct xfs_defer_op_type xfs_attr_defer_typ
[all...]
H A Dxfs_log_recover.h14 struct xfs_defer_op_type;
160 xfs_lsn_t lsn, const struct xfs_defer_op_type *ops);
H A Dxfs_defer.c229 static const struct xfs_defer_op_type xfs_barrier_defer_type = {
581 const struct xfs_defer_op_type *ops = dfp->dfp_ops;
778 const struct xfs_defer_op_type *ops)
802 const struct xfs_defer_op_type *ops)
823 const struct xfs_defer_op_type *ops)
841 const struct xfs_defer_op_type *ops)
886 const struct xfs_defer_op_type *ops)
913 const struct xfs_defer_op_type *ops = dfp->dfp_ops;
/linux-master/fs/xfs/
H A Dxfs_extfree_item.c672 const struct xfs_defer_op_type xfs_extent_free_defer_type = {
685 const struct xfs_defer_op_type xfs_agfl_free_defer_type = {
H A Dxfs_refcount_item.c525 const struct xfs_defer_op_type xfs_refcount_update_defer_type = {
H A Dxfs_bmap_item.c582 const struct xfs_defer_op_type xfs_bmap_update_defer_type = {
H A Dxfs_attr_item.c682 const struct xfs_defer_op_type xfs_attr_defer_type = {
H A Dxfs_rmap_item.c579 const struct xfs_defer_op_type xfs_rmap_update_defer_type = {
H A Dxfs_log_recover.c1945 const struct xfs_defer_op_type *ops)
H A Dxfs_trace.h70 struct xfs_defer_op_type;
152 TP_PROTO(struct xfs_mount *mp, const struct xfs_defer_op_type *ops,

Completed in 128 milliseconds