Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_extent_busy.h51 xfs_extlen_t *len, unsigned *busy_gen);
55 unsigned busy_gen);
Dxfs_extent_busy.c337 unsigned *busy_gen) in xfs_extent_busy_trim() argument
494 *busy_gen = args->pag->pagb_gen; in xfs_extent_busy_trim()
585 unsigned busy_gen) in xfs_extent_busy_flush() argument
596 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
/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()
745 unsigned int busy_gen;/* busy state */ member
771 acur->busy_gen = 0; in xfs_alloc_cur_setup()
833 unsigned busy_gen = 0; in xfs_alloc_cur_check() local
855 &busy_gen); in xfs_alloc_cur_check()
858 acur->busy_gen = busy_gen; in xfs_alloc_cur_check()
1213 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
1251 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
1634 acur.busy_gen); in xfs_alloc_ag_vextent_near()
[all …]