Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h43 extern const struct xfs_buf_ops xfs_bmbt_buf_ops;
Dxfs_bmap_btree.c722 const struct xfs_buf_ops xfs_bmbt_buf_ops = { variable
768 .buf_ops = &xfs_bmbt_buf_ops,
Dxfs_bmap.c384 &xfs_bmbt_buf_ops); in xfs_bmap_check_leaf_extents()
468 &xfs_bmbt_buf_ops); in xfs_bmap_check_leaf_extents()
693 &xfs_bmbt_buf_ops); in xfs_bmap_btree_to_extents()
815 abp->b_ops = &xfs_bmbt_buf_ops; in xfs_bmap_extents_to_btree()
1283 XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops); in xfs_bmap_read_extents()
1325 &xfs_bmbt_buf_ops); in xfs_bmap_read_extents()
1358 XFS_BMAP_BTREE_REF, &xfs_bmbt_buf_ops); in xfs_bmap_read_extents()
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c362 &xfs_bmbt_buf_ops); in xfs_bmap_count_tree()
374 &xfs_bmbt_buf_ops); in xfs_bmap_count_tree()
406 &xfs_bmbt_buf_ops); in xfs_bmap_count_tree()
Dxfs_log_recover.c2016 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()