Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_extent_busy.h57 unsigned *busy_gen);
59 unsigned busy_gen, uint32_t alloc_flags);
61 bool xfs_extent_busy_list_empty(struct xfs_group *xg, unsigned int *busy_gen);
H A Dxfs_rtalloc.c1832 unsigned *busy_gen) in xfs_rtalloc_check_busy() argument
1845 busy_gen); in xfs_rtalloc_check_busy()
1891 unsigned busy_gen; in xfs_rtallocate_adjust_for_busy() local
1897 *rtx, &reslen, &resrtx, &busy_gen); in xfs_rtallocate_adjust_for_busy()
1909 *len, prod, *rtx, busy_gen); in xfs_rtallocate_adjust_for_busy()
1912 busy_gen, 0); in xfs_rtallocate_adjust_for_busy()
H A Dxfs_trace.h2037 unsigned busy_gen),
2038 TP_ARGS(rtg, start, minlen, maxlen, len, prod, rtx, busy_gen),
2049 __field(unsigned, busy_gen)
2060 __entry->busy_gen = busy_gen;
2072 __entry->busy_gen)
/linux/fs/xfs/scrub/
H A Dalloc_repair.c136 unsigned int busy_gen; in xrep_setup_ag_allocbt() local
142 if (xfs_extent_busy_list_empty(xg, &busy_gen)) in xrep_setup_ag_allocbt()
144 return xfs_extent_busy_flush(sc->tp, xg, busy_gen, 0); in xrep_setup_ag_allocbt()
852 unsigned int busy_gen; in xrep_allocbt() local
872 if (!xfs_extent_busy_list_empty(pag_group(sc->sa.pag), &busy_gen)) { in xrep_allocbt()
H A Drtbitmap_repair.c521 unsigned int busy_gen; in xrep_rtbitmap() local
580 if (!xfs_extent_busy_list_empty(xg, &busy_gen)) { in xrep_rtbitmap()
581 error = xfs_extent_busy_flush(sc->tp, xg, busy_gen, 0); in xrep_rtbitmap()