Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_ialloc.c667 xfs_agnumber_t tagno; /* testing allocation group number */ in xfs_dialloc() local
702 tagno = agno; in xfs_dialloc()
764 if (++tagno == agcount) in xfs_dialloc()
765 tagno = 0; in xfs_dialloc()
766 if (tagno == agno) { in xfs_dialloc()
770 pag = xfs_perag_get(mp, tagno); in xfs_dialloc()
775 error = xfs_ialloc_read_agi(mp, tp, tagno, &agbp); in xfs_dialloc()
787 agno = tagno; in xfs_dialloc()