Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/xfs/libxfs/
Dxfs_alloc.c292 unsigned *busy_gen) in xfs_alloc_compute_aligned() argument
300 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
758 unsigned int busy_gen;/* busy state */ member
784 acur->busy_gen = 0; in xfs_alloc_cur_setup()
846 unsigned busy_gen = 0; in xfs_alloc_cur_check() local
868 &busy_gen); in xfs_alloc_cur_check()
871 acur->busy_gen = busy_gen; in xfs_alloc_cur_check()
1227 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
1265 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
1648 acur.busy_gen); in xfs_alloc_ag_vextent_near()
[all …]