Searched refs:xfs_ialloc_read_agi (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 127 xfs_ialloc_read_agi(
|
D | xfs_ialloc.c | 1382 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_dialloc() 1716 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_difree() 1763 error = xfs_ialloc_read_agi(mp, tp, agno, &agbp); in xfs_imap_lookup() 2150 xfs_ialloc_read_agi( in xfs_ialloc_read_agi() function 2196 error = xfs_ialloc_read_agi(mp, tp, agno, &bp); in xfs_ialloc_pagi_init()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_itable.c | 398 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_bulkstat() 579 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_inumbers()
|
D | xfs_fsops.c | 443 error = xfs_ialloc_read_agi(mp, tp, agno, &bp); in xfs_growfs_data_private()
|
D | xfs_trace.h | 161 DEFINE_AG_EVENT(xfs_ialloc_read_agi);
|