Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h44 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
Dxfs_da_btree.c243 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
260 which_fork, &xfs_da3_node_buf_ops); in xfs_da3_node_read()
317 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c2123 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()