Searched refs:startag (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/fs/xfs/ |
D | xfs_filestream.c | 100 xfs_agnumber_t startag, in xfs_filestream_pick_ag() argument 117 ag = startag; in xfs_filestream_pick_ag() 180 if (ag != startag) in xfs_filestream_pick_ag() 276 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local 300 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag() 304 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag() 306 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag() 327 xfs_agnumber_t startag = 0; in xfs_filestream_new_ag() local 342 startag = (item->ag + 1) % mp->m_sb.sb_agcount; in xfs_filestream_new_ag() 350 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3348 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3355 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3356 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb() 3357 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3367 if (ag == startag) in xfs_bmap_btalloc_nullfb()
|