Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_ialloc.h105 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_ialloc.c2573 xfs_read_agi( in xfs_read_agi() function
2609 error = xfs_read_agi(mp, tp, agno, bpp); in xfs_ialloc_read_agi()
/Linux-v5.15/fs/xfs/
Dxfs_log_recover.c2671 error = xfs_read_agi(mp, tp, agno, &agibp); in xlog_recover_clear_agi_bucket()
2783 error = xfs_read_agi(mp, NULL, pag->pag_agno, &agibp); in xlog_recover_process_iunlinks()
3553 error = xfs_read_agi(mp, NULL, pag->pag_agno, &agibp); in xlog_recover_check_summary()
Dxfs_inode.c2178 error = xfs_read_agi(mp, tp, pag->pag_agno, &agibp); in xfs_iunlink()
2363 error = xfs_read_agi(mp, tp, pag->pag_agno, &agibp); in xfs_iunlink_remove()
3279 error = xfs_read_agi(mp, tp, agno, &bp); in xfs_rename()
Dxfs_trace.h295 DEFINE_AG_EVENT(xfs_read_agi);