Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2.h174 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
Dxfs_dir2_node.c152 const struct xfs_buf_ops xfs_dir3_free_buf_ops = { variable
208 XFS_DATA_FORK, &xfs_dir3_free_buf_ops); in __xfs_dir3_free_read()
267 bp->b_ops = &xfs_dir3_free_buf_ops; in xfs_dir3_free_get_buf()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2540 bp->b_ops = &xfs_dir3_free_buf_ops; in xlog_recover_validate_buf_type()