Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_shared.h34 extern const struct xfs_buf_ops xfs_bmbt_buf_ops;
Dxfs_bmap_btree.c488 const struct xfs_buf_ops xfs_bmbt_buf_ops = { variable
536 .buf_ops = &xfs_bmbt_buf_ops,
Dxfs_bmap.c368 &xfs_bmbt_buf_ops); in xfs_bmap_check_leaf_extents()
454 &xfs_bmbt_buf_ops); in xfs_bmap_check_leaf_extents()
619 &xfs_bmbt_buf_ops); in xfs_bmap_btree_to_extents()
740 abp->b_ops = &xfs_bmbt_buf_ops; in xfs_bmap_extents_to_btree()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_buf_item_recover.c249 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()