Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h30 extern const struct xfs_buf_ops xfs_bnobt_buf_ops;
Dxfs_alloc_btree.c341 const struct xfs_buf_ops xfs_bnobt_buf_ops = { variable
442 .buf_ops = &xfs_bnobt_buf_ops,
Dxfs_ag.c747 .ops = &xfs_bnobt_buf_ops, in xfs_ag_init_headers()
/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c245 bp->b_ops = &xfs_bnobt_buf_ops; in xlog_recover_validate_buf_type()
/linux-6.12.1/fs/xfs/scrub/
Dagheader_repair.c349 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf()