Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_shared.h38 extern const struct xfs_buf_ops xfs_inobt_buf_ops;
Dxfs_ialloc_btree.c332 const struct xfs_buf_ops xfs_inobt_buf_ops = { variable
374 .buf_ops = &xfs_inobt_buf_ops,
395 .buf_ops = &xfs_inobt_buf_ops,
Dxfs_ag.c356 .ops = &xfs_inobt_buf_ops, in xfs_ag_init_headers()
364 .ops = &xfs_inobt_buf_ops, in xfs_ag_init_headers()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c878 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
883 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2451 bp->b_ops = &xfs_inobt_buf_ops; in xlog_recover_validate_buf_type()