Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_shared.h27 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
Dxfs_ag.c401 .ops = &xfs_agfl_buf_ops, in xfs_ag_init_headers()
Dxfs_alloc.c640 const struct xfs_buf_ops xfs_agfl_buf_ops = { variable
665 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_agfl_buf_ops); in xfs_alloc_read_agfl()
/fs/xfs/scrub/
Dagheader_repair.c674 agfl_bp->b_ops = &xfs_agfl_buf_ops; in xrep_agfl()
/fs/xfs/
Dxfs_log_recover.c2405 bp->b_ops = &xfs_agfl_buf_ops; in xlog_recover_validate_buf_type()