Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Ddabtree.c172 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_read_verify()
194 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_write_verify()
216 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_verify()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.h123 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
Dxfs_dir2_leaf.c275 const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops = { variable
305 &xfs_dir3_leaf1_buf_ops); in xfs_dir3_leaf_read()
393 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xfs_dir3_leaf_init()
1832 lbp->b_ops = &xfs_dir3_leaf1_buf_ops; in xfs_dir2_node_to_leaf()
/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c354 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xlog_recover_validate_buf_type()