Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_shared.h26 extern const struct xfs_buf_ops xfs_agi_buf_ops;
H A Dxfs_ag.c845 .ops = &xfs_agi_buf_ops, in xfs_ag_init_headers()
H A Dxfs_ialloc.c2576 const struct xfs_buf_ops xfs_agi_buf_ops = { variable
2600 XFS_FSS_TO_BB(mp, 1), 0, agibpp, &xfs_agi_buf_ops); in xfs_read_agi()
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c293 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c1008 agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()