Home
last modified time | relevance | path

Searched refs:xfs_defer_op_type (Results 1 – 11 of 11) sorted by relevance

/linux/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; argument
70 extern const struct xfs_defer_op_type xfs_refcount_update_defer_type;
71 extern const struct xfs_defer_op_type xfs_rtrefcount_update_defer_type;
72 extern const struct xfs_defer_op_type xfs_rmap_update_defer_type;
73 extern const struct xfs_defer_op_type xfs_rtrmap_update_defer_type;
74 extern const struct xfs_defer_op_type xfs_extent_free_defer_type;
[all …]
H A Dxfs_defer.c231 static const struct xfs_defer_op_type xfs_barrier_defer_type = {
583 const struct xfs_defer_op_type *ops = dfp->dfp_ops; in xfs_defer_finish_one()
780 const struct xfs_defer_op_type *ops) in xfs_defer_find_last()
804 const struct xfs_defer_op_type *ops) in xfs_defer_can_append()
825 const struct xfs_defer_op_type *ops) in xfs_defer_alloc()
843 const struct xfs_defer_op_type *ops) in xfs_defer_add()
894 const struct xfs_defer_op_type *ops) in xfs_defer_start_recovery()
921 const struct xfs_defer_op_type *ops = dfp->dfp_ops; in xfs_defer_finish_recovery()
H A Dxfs_log_recover.h14 struct xfs_defer_op_type;
170 xfs_lsn_t lsn, const struct xfs_defer_op_type *ops);
/linux/fs/xfs/
H A Dxfs_extfree_item.c483 static inline const struct xfs_defer_op_type *
728 const struct xfs_defer_op_type xfs_extent_free_defer_type = {
741 const struct xfs_defer_op_type xfs_agfl_free_defer_type = {
816 const struct xfs_defer_op_type xfs_rtextent_free_defer_type = {
828 const struct xfs_defer_op_type xfs_rtextent_free_defer_type = {
H A Dxfs_rmap_item.c643 const struct xfs_defer_op_type xfs_rmap_update_defer_type = {
679 const struct xfs_defer_op_type xfs_rtrmap_update_defer_type = {
692 const struct xfs_defer_op_type xfs_rtrmap_update_defer_type = {
H A Dxfs_refcount_item.c590 const struct xfs_defer_op_type xfs_refcount_update_defer_type = {
650 const struct xfs_defer_op_type xfs_rtrefcount_update_defer_type = {
663 const struct xfs_defer_op_type xfs_rtrefcount_update_defer_type = {
H A Dxfs_exchmaps_item.c510 const struct xfs_defer_op_type xfs_exchmaps_defer_type = {
H A Dxfs_bmap_item.c593 const struct xfs_defer_op_type xfs_bmap_update_defer_type = {
H A Dxfs_attr_item.c934 const struct xfs_defer_op_type xfs_attr_defer_type = {
H A Dxfs_log_recover.c1980 const struct xfs_defer_op_type *ops) in xlog_recover_intent_item()
H A Dxfs_trace.h77 struct xfs_defer_op_type;
268 TP_PROTO(struct xfs_mount *mp, const struct xfs_defer_op_type *ops,