Home
last modified time | relevance | path

Searched refs:xfs_bmbt_buf_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h29 extern const struct xfs_buf_ops xfs_bmbt_buf_ops;
Dxfs_bmap_btree.c475 const struct xfs_buf_ops xfs_bmbt_buf_ops = { variable
542 .buf_ops = &xfs_bmbt_buf_ops,
Dxfs_bmap.c246 &xfs_bmbt_buf_ops); in xfs_bmap_read_buf()
/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c261 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()