Searched refs:startag (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_filestream.c | 142 xfs_agnumber_t startag, in xfs_filestream_pick_ag() argument 159 ag = startag; in xfs_filestream_pick_ag() 221 if (ag != startag) in xfs_filestream_pick_ag() 318 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local 342 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag() 346 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag() 348 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag() 369 xfs_agnumber_t startag = 0; in xfs_filestream_new_ag() local 383 startag = (item->ag + 1) % mp->m_sb.sb_agcount; in xfs_filestream_new_ag() 389 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3568 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3575 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3576 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb() 3577 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3587 if (ag == startag) in xfs_bmap_btalloc_nullfb()
|