Searched refs:startag (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_filestream.c | 131 xfs_agnumber_t startag, in xfs_filestream_pick_ag() argument 148 ag = startag; in xfs_filestream_pick_ag() 212 if (ag != startag) in xfs_filestream_pick_ag() 308 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local 332 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag() 336 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag() 338 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag() 359 xfs_agnumber_t startag = 0; in xfs_filestream_new_ag() local 374 startag = (item->ag + 1) % mp->m_sb.sb_agcount; in xfs_filestream_new_ag() 382 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3264 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3271 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3272 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb() 3273 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3283 if (ag == startag) in xfs_bmap_btalloc_nullfb()
|