Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h44 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
Dxfs_da_btree.c247 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
265 which_fork, &xfs_da3_node_buf_ops); in xfs_da3_node_read()
322 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c2132 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()