Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.h137 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_ialloc.c2569 xfs_read_agi( in xfs_read_agi() function
2605 error = xfs_read_agi(mp, tp, agno, bpp); in xfs_ialloc_read_agi()
/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c4946 error = xfs_read_agi(mp, tp, agno, &agibp); in xlog_recover_clear_agi_bucket()
5067 error = xfs_read_agi(mp, NULL, agno, &agibp); in xlog_recover_process_iunlinks()
5838 error = xfs_read_agi(mp, NULL, agno, &agibp); in xlog_recover_check_summary()
Dxfs_inode.c2248 error = xfs_read_agi(mp, tp, agno, &agibp); in xfs_iunlink()
2430 error = xfs_read_agi(mp, tp, agno, &agibp); in xfs_iunlink_remove()
Dxfs_trace.h159 DEFINE_AG_EVENT(xfs_read_agi);