Searched refs:startag (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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() 181 if (ag != startag) in xfs_filestream_pick_ag() 277 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local 301 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag() 305 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag() 307 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag() 328 xfs_agnumber_t startag = 0; in xfs_filestream_new_ag() local 343 startag = (item->ag + 1) % mp->m_sb.sb_agcount; in xfs_filestream_new_ag() 351 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3245 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3252 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3253 if (startag == NULLAGNUMBER) in xfs_bmap_btalloc_nullfb() 3254 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3264 if (ag == startag) in xfs_bmap_btalloc_nullfb()
|