Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Ddabtree.c187 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_read_verify()
209 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_write_verify()
231 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_verify()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2.h173 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
Dxfs_dir2_leaf.c261 const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops = { variable
286 XFS_DATA_FORK, &xfs_dir3_leaf1_buf_ops); in xfs_dir3_leaf_read()
349 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xfs_dir3_leaf_init()
1795 lbp->b_ops = &xfs_dir3_leaf1_buf_ops; in xfs_dir2_node_to_leaf()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2548 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xlog_recover_validate_buf_type()