Searched refs:xfs_ialloc_read_agi (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 118 xfs_ialloc_read_agi(
|
D | xfs_ialloc.c | 1774 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_dialloc() 2192 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_difree() 2238 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_imap_lookup() 2624 xfs_ialloc_read_agi( in xfs_ialloc_read_agi() function 2670 error = xfs_ialloc_read_agi(mp, tp, agno, &bp); in xfs_ialloc_pagi_init()
|
D | xfs_ialloc_btree.c | 564 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_inobt_count_blocks()
|
D | xfs_ag.c | 426 error = xfs_ialloc_read_agi(mp, tp, id->agno, &bp); in xfs_ag_extend_space()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_itable.c | 383 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_bulkstat() 568 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_inumbers()
|
D | xfs_trace.h | 155 DEFINE_AG_EVENT(xfs_ialloc_read_agi);
|
/Linux-v4.19/fs/xfs/scrub/ |
D | common.c | 410 error = xfs_ialloc_read_agi(mp, sc->tp, agno, agi); in xchk_ag_read_headers()
|
D | repair.c | 217 error = xfs_ialloc_read_agi(mp, NULL, sm->sm_agno, &bp); in xrep_calc_ag_resblks()
|