Home
last modified time | relevance | path

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

/Linux-v4.19/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
508 *busy_gen = args->pag->pagb_gen; in xfs_extent_busy_trim()
599 unsigned busy_gen) in xfs_extent_busy_flush() argument
610 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc.c263 unsigned *busy_gen) in xfs_alloc_compute_aligned() argument
271 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
793 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
828 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
908 unsigned busy_gen; in xfs_alloc_find_best_extent() local
923 sbnoa, slena, &busy_gen); in xfs_alloc_find_best_extent()
1013 unsigned busy_gen; in xfs_alloc_ag_vextent_near() local
1124 &ltbnoa, &ltlena, &busy_gen); in xfs_alloc_ag_vextent_near()
1243 &ltbnoa, &ltlena, &busy_gen); in xfs_alloc_ag_vextent_near()
1259 &gtbnoa, &gtlena, &busy_gen); in xfs_alloc_ag_vextent_near()
[all …]