Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_shared.h25 extern const struct xfs_buf_ops xfs_agi_buf_ops;
38 extern const struct xfs_buf_ops xfs_agi_buf_ops;
Dxfs_ag.c416 .ops = &xfs_agi_buf_ops, in xfs_ag_init_headers()
Dxfs_ialloc.c2599 const struct xfs_buf_ops xfs_agi_buf_ops = { variable
2624 XFS_FSS_TO_BB(mp, 1), 0, bpp, &xfs_agi_buf_ops); in xfs_read_agi()
/Linux-v5.10/fs/xfs/
Dxfs_buf_item_recover.c281 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
/Linux-v5.10/fs/xfs/scrub/
Dagheader_repair.c910 agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()