Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_extent_busy.h70 xfs_extlen_t *len, unsigned *busy_gen);
74 unsigned busy_gen, uint32_t alloc_flags);
A Dxfs_extent_busy.c350 unsigned *busy_gen) in xfs_extent_busy_trim() argument
507 *busy_gen = args->pag->pagb_gen; in xfs_extent_busy_trim()
601 unsigned busy_gen, in xfs_extent_busy_flush() argument
616 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
626 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
/linux/fs/xfs/libxfs/
A Dxfs_alloc.c326 unsigned *busy_gen) in xfs_alloc_compute_aligned() argument
958 acur->busy_gen = 0; in xfs_alloc_cur_setup()
1020 unsigned busy_gen = 0; in xfs_alloc_cur_check() local
1044 &busy_gen); in xfs_alloc_cur_check()
1047 acur->busy_gen = busy_gen; in xfs_alloc_cur_check()
1329 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
1802 unsigned busy_gen; in xfs_alloc_ag_vextent_size() local
1842 &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1858 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1878 busy_gen, alloc_flags); in xfs_alloc_ag_vextent_size()
[all …]
/linux/fs/xfs/scrub/
A Dalloc_repair.c135 unsigned int busy_gen; in xrep_setup_ag_allocbt() local
141 busy_gen = READ_ONCE(sc->sa.pag->pagb_gen); in xrep_setup_ag_allocbt()
145 return xfs_extent_busy_flush(sc->tp, sc->sa.pag, busy_gen, 0); in xrep_setup_ag_allocbt()

Completed in 16 milliseconds