Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c306 const struct xfs_buf_ops xfs_inobt_buf_ops = { variable
349 .buf_ops = &xfs_inobt_buf_ops,
371 .buf_ops = &xfs_inobt_buf_ops,
Dxfs_shared.h48 extern const struct xfs_buf_ops xfs_inobt_buf_ops;
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c391 &xfs_inobt_buf_ops); in xfs_growfs_data_private()
416 &xfs_inobt_buf_ops); in xfs_growfs_data_private()
Dxfs_log_recover.c2012 bp->b_ops = &xfs_inobt_buf_ops; in xlog_recover_validate_buf_type()