Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_shared.h24 extern const struct xfs_buf_ops xfs_agf_buf_ops;
26 extern const struct xfs_buf_ops xfs_agf_buf_ops;
Dxfs_ag.c321 .ops = &xfs_agf_buf_ops, in xfs_ag_init_headers()
Dxfs_alloc.c2689 const struct xfs_buf_ops xfs_agf_buf_ops = { variable
2715 XFS_FSS_TO_BB(mp, 1), flags, bpp, &xfs_agf_buf_ops); in xfs_read_agf()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c387 agf_bp->b_ops = &xfs_agf_buf_ops; in xrep_agf()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2473 bp->b_ops = &xfs_agf_buf_ops; in xlog_recover_validate_buf_type()