Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_filestream.c134 xfs_agnumber_t startag, in xfs_filestream_pick_ag() argument
151 ag = startag; in xfs_filestream_pick_ag()
215 if (ag != startag) in xfs_filestream_pick_ag()
311 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local
335 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag()
339 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag()
341 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag()
362 xfs_agnumber_t startag = 0; in xfs_filestream_new_ag() local
377 startag = (item->ag + 1) % mp->m_sb.sb_agcount; in xfs_filestream_new_ag()
385 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c3266 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local
3273 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb()
3274 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb()
3275 startag = ag = 0; in xfs_bmap_btalloc_nullfb()
3285 if (ag == startag) in xfs_bmap_btalloc_nullfb()