Home
last modified time | relevance | path

Searched refs:xfs_rtrefcountbt_buf_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_shared.h45 extern const struct xfs_buf_ops xfs_rtrefcountbt_buf_ops;
Dxfs_rtrefcount_btree.c244 const struct xfs_buf_ops xfs_rtrefcountbt_buf_ops = { variable
391 .buf_ops = &xfs_rtrefcountbt_buf_ops,
/linux-6.14.4/fs/xfs/
Dxfs_buf_item_recover.c275 bp->b_ops = &xfs_rtrefcountbt_buf_ops; in xlog_recover_validate_buf_type()