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

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h26 extern const struct xfs_buf_ops xfs_agi_buf_ops;
H A Dxfs_ag.c835 .ops = &xfs_agi_buf_ops,
H A Dxfs_ialloc.c2663 const struct xfs_buf_ops xfs_agi_buf_ops = { variable in typeref:struct:xfs_buf_ops
2687 XFS_FSS_TO_BB(mp, 1), 0, agibpp, &xfs_agi_buf_ops);
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c290 bp->b_ops = &xfs_agi_buf_ops;
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c996 agi_bp->b_ops = &xfs_agi_buf_ops;

Completed in 294 milliseconds