Symbol: xfs_defer_op_type
fs/xfs/libxfs/xfs_defer.c
231
static const struct xfs_defer_op_type xfs_barrier_defer_type = {
fs/xfs/libxfs/xfs_defer.c
583
const struct xfs_defer_op_type *ops = dfp->dfp_ops;
fs/xfs/libxfs/xfs_defer.c
780
const struct xfs_defer_op_type *ops)
fs/xfs/libxfs/xfs_defer.c
804
const struct xfs_defer_op_type *ops)
fs/xfs/libxfs/xfs_defer.c
825
const struct xfs_defer_op_type *ops)
fs/xfs/libxfs/xfs_defer.c
843
const struct xfs_defer_op_type *ops)
fs/xfs/libxfs/xfs_defer.c
894
const struct xfs_defer_op_type *ops)
fs/xfs/libxfs/xfs_defer.c
921
const struct xfs_defer_op_type *ops = dfp->dfp_ops;
fs/xfs/libxfs/xfs_defer.h
10
struct xfs_defer_op_type;
fs/xfs/libxfs/xfs_defer.h
145
struct list_head *r_dfops, const struct xfs_defer_op_type *ops);
fs/xfs/libxfs/xfs_defer.h
23
const struct xfs_defer_op_type *dfp_ops;
fs/xfs/libxfs/xfs_defer.h
41
const struct xfs_defer_op_type *ops);
fs/xfs/libxfs/xfs_defer.h
69
extern const struct xfs_defer_op_type xfs_bmap_update_defer_type;
fs/xfs/libxfs/xfs_defer.h
70
extern const struct xfs_defer_op_type xfs_refcount_update_defer_type;
fs/xfs/libxfs/xfs_defer.h
71
extern const struct xfs_defer_op_type xfs_rtrefcount_update_defer_type;
fs/xfs/libxfs/xfs_defer.h
72
extern const struct xfs_defer_op_type xfs_rmap_update_defer_type;
fs/xfs/libxfs/xfs_defer.h
73
extern const struct xfs_defer_op_type xfs_rtrmap_update_defer_type;
fs/xfs/libxfs/xfs_defer.h
74
extern const struct xfs_defer_op_type xfs_extent_free_defer_type;
fs/xfs/libxfs/xfs_defer.h
75
extern const struct xfs_defer_op_type xfs_agfl_free_defer_type;
fs/xfs/libxfs/xfs_defer.h
76
extern const struct xfs_defer_op_type xfs_rtextent_free_defer_type;
fs/xfs/libxfs/xfs_defer.h
77
extern const struct xfs_defer_op_type xfs_attr_defer_type;
fs/xfs/libxfs/xfs_defer.h
78
extern const struct xfs_defer_op_type xfs_exchmaps_defer_type;
fs/xfs/libxfs/xfs_log_recover.h
14
struct xfs_defer_op_type;
fs/xfs/libxfs/xfs_log_recover.h
170
xfs_lsn_t lsn, const struct xfs_defer_op_type *ops);
fs/xfs/xfs_attr_item.c
934
const struct xfs_defer_op_type xfs_attr_defer_type = {
fs/xfs/xfs_bmap_item.c
593
const struct xfs_defer_op_type xfs_bmap_update_defer_type = {
fs/xfs/xfs_exchmaps_item.c
510
const struct xfs_defer_op_type xfs_exchmaps_defer_type = {
fs/xfs/xfs_extfree_item.c
483
static inline const struct xfs_defer_op_type *
fs/xfs/xfs_extfree_item.c
728
const struct xfs_defer_op_type xfs_extent_free_defer_type = {
fs/xfs/xfs_extfree_item.c
741
const struct xfs_defer_op_type xfs_agfl_free_defer_type = {
fs/xfs/xfs_extfree_item.c
816
const struct xfs_defer_op_type xfs_rtextent_free_defer_type = {
fs/xfs/xfs_extfree_item.c
828
const struct xfs_defer_op_type xfs_rtextent_free_defer_type = {
fs/xfs/xfs_log_recover.c
1991
const struct xfs_defer_op_type *ops)
fs/xfs/xfs_refcount_item.c
590
const struct xfs_defer_op_type xfs_refcount_update_defer_type = {
fs/xfs/xfs_refcount_item.c
650
const struct xfs_defer_op_type xfs_rtrefcount_update_defer_type = {
fs/xfs/xfs_refcount_item.c
663
const struct xfs_defer_op_type xfs_rtrefcount_update_defer_type = {
fs/xfs/xfs_rmap_item.c
643
const struct xfs_defer_op_type xfs_rmap_update_defer_type = {
fs/xfs/xfs_rmap_item.c
679
const struct xfs_defer_op_type xfs_rtrmap_update_defer_type = {
fs/xfs/xfs_rmap_item.c
692
const struct xfs_defer_op_type xfs_rtrmap_update_defer_type = {
fs/xfs/xfs_trace.h
268
TP_PROTO(struct xfs_mount *mp, const struct xfs_defer_op_type *ops,
fs/xfs/xfs_trace.h
77
struct xfs_defer_op_type;