Home
last modified time | relevance | path

Searched refs:busy_gen (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_extent_busy.h52 xfs_extlen_t *len, unsigned *busy_gen);
56 unsigned busy_gen);
Dxfs_extent_busy.c325 unsigned *busy_gen) in xfs_extent_busy_trim() argument
482 *busy_gen = args->pag->pagb_gen; in xfs_extent_busy_trim()
573 unsigned busy_gen) in xfs_extent_busy_flush() argument
584 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.c277 unsigned *busy_gen) in xfs_alloc_compute_aligned() argument
285 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
744 unsigned int busy_gen;/* busy state */ member
770 acur->busy_gen = 0; in xfs_alloc_cur_setup()
832 unsigned busy_gen = 0; in xfs_alloc_cur_check() local
854 &busy_gen); in xfs_alloc_cur_check()
857 acur->busy_gen = busy_gen; in xfs_alloc_cur_check()
1212 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
1250 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
1633 acur.busy_gen); in xfs_alloc_ag_vextent_near()
[all …]