Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2.h182 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
Dxfs_dir2_leaf.c247 const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops = { variable
270 XFS_DATA_FORK, &xfs_dir3_leaf1_buf_ops); in xfs_dir3_leaf_read()
333 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xfs_dir3_leaf_init()
1775 lbp->b_ops = &xfs_dir3_leaf1_buf_ops; in xfs_dir2_node_to_leaf()
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c2114 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xlog_recover_validate_buf_type()