Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_shared.h28 extern const struct xfs_buf_ops xfs_allocbt_buf_ops;
Dxfs_alloc_btree.c380 const struct xfs_buf_ops xfs_allocbt_buf_ops = { variable
451 .buf_ops = &xfs_allocbt_buf_ops,
473 .buf_ops = &xfs_allocbt_buf_ops,
Dxfs_ag.c342 .ops = &xfs_allocbt_buf_ops, in xfs_ag_init_headers()
349 .ops = &xfs_allocbt_buf_ops, in xfs_ag_init_headers()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c344 .buf_ops = &xfs_allocbt_buf_ops, in xrep_agf()
349 .buf_ops = &xfs_allocbt_buf_ops, in xrep_agf()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2445 bp->b_ops = &xfs_allocbt_buf_ops; in xlog_recover_validate_buf_type()