Home
last modified time | relevance | path

Searched refs:xfs_rmapbt_buf_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_shared.h29 extern const struct xfs_buf_ops xfs_rmapbt_buf_ops;
Dxfs_rmap_btree.c366 const struct xfs_buf_ops xfs_rmapbt_buf_ops = { variable
448 .buf_ops = &xfs_rmapbt_buf_ops,
Dxfs_ag.c372 .ops = &xfs_rmapbt_buf_ops, in xfs_ag_init_headers()
/Linux-v4.19/fs/xfs/scrub/
Dagheader_repair.c354 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf()
/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c2458 bp->b_ops = &xfs_rmapbt_buf_ops; in xlog_recover_validate_buf_type()