Searched refs:busy_gen (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_extent_busy.h | 57 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 D | xfs_rtalloc.c | 1824 unsigned *busy_gen) in xfs_rtalloc_check_busy() argument 1837 busy_gen); in xfs_rtalloc_check_busy() 1883 unsigned busy_gen; in xfs_rtallocate_adjust_for_busy() local 1889 *rtx, &reslen, &resrtx, &busy_gen); in xfs_rtallocate_adjust_for_busy() 1901 *len, prod, *rtx, busy_gen); in xfs_rtallocate_adjust_for_busy() 1904 busy_gen, 0); in xfs_rtallocate_adjust_for_busy()
|
| H A D | xfs_trace.h | 2037 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 D | alloc_repair.c | 136 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()
|