Searched refs:xfs_ialloc_read_agi (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_ialloc.h | 69 xfs_ialloc_read_agi(
|
A D | xfs_ag.c | 787 error = xfs_ialloc_read_agi(mp, *tpp, agno, &agibp); in xfs_ag_shrink_space() 900 error = xfs_ialloc_read_agi(mp, tp, id->agno, &bp); in xfs_ag_extend_space() 959 error = xfs_ialloc_read_agi(mp, NULL, agno, &agi_bp); in xfs_ag_get_geometry()
|
A D | xfs_ialloc_btree.c | 725 error = xfs_ialloc_read_agi(mp, tp, pag->pag_agno, agi_bpp); in xfs_inobt_cur() 769 error = xfs_ialloc_read_agi(mp, tp, pag->pag_agno, &agbp); in xfs_finobt_read_blocks()
|
A D | xfs_ialloc.c | 1682 error = xfs_ialloc_read_agi(pag->pag_mount, *tpp, pag->pag_agno, &agbp); in xfs_dialloc_try_ag() 2172 error = xfs_ialloc_read_agi(mp, tp, pag->pag_agno, &agbp); in xfs_difree() 2218 error = xfs_ialloc_read_agi(mp, tp, pag->pag_agno, &agbp); in xfs_imap_lookup() 2597 xfs_ialloc_read_agi( in xfs_ialloc_read_agi() function 2642 error = xfs_ialloc_read_agi(mp, tp, agno, &bp); in xfs_ialloc_pagi_init()
|
/linux/fs/xfs/scrub/ |
A D | fscounters.c | 81 error = xfs_ialloc_read_agi(mp, sc->tp, agno, &agi_bp); in xchk_fscount_warmup()
|
A D | common.c | 417 error = xfs_ialloc_read_agi(mp, sc->tp, agno, &sa->agi_bp); in xchk_ag_read_headers()
|
A D | repair.c | 201 error = xfs_ialloc_read_agi(mp, NULL, sm->sm_agno, &bp); in xrep_calc_ag_resblks()
|
/linux/fs/xfs/ |
A D | xfs_trace.h | 296 DEFINE_AG_EVENT(xfs_ialloc_read_agi);
|
Completed in 34 milliseconds