Searched refs:busy_gen (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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_extent_busy.c | 361 unsigned *busy_gen) in xfs_extent_busy_trim() argument 518 *busy_gen = eb->eb_gen; in xfs_extent_busy_trim() 613 unsigned busy_gen, in xfs_extent_busy_flush() argument 629 if (busy_gen != READ_ONCE(eb->eb_gen)) in xfs_extent_busy_flush() 639 if (busy_gen != READ_ONCE(eb->eb_gen)) in xfs_extent_busy_flush() 704 unsigned *busy_gen) in xfs_extent_busy_list_empty() argument 711 *busy_gen = READ_ONCE(eb->eb_gen); in xfs_extent_busy_list_empty()
|
| H A D | xfs_rtalloc.c | 1797 unsigned *busy_gen) in xfs_rtalloc_check_busy() argument 1810 busy_gen); in xfs_rtalloc_check_busy() 1856 unsigned busy_gen; in xfs_rtallocate_adjust_for_busy() local 1862 *rtx, &reslen, &resrtx, &busy_gen); in xfs_rtallocate_adjust_for_busy() 1874 *len, prod, *rtx, busy_gen); in xfs_rtallocate_adjust_for_busy() 1877 busy_gen, 0); in xfs_rtallocate_adjust_for_busy()
|
| H A D | xfs_trace.h | 1914 unsigned busy_gen), 1915 TP_ARGS(rtg, start, minlen, maxlen, len, prod, rtx, busy_gen), 1926 __field(unsigned, busy_gen) 1937 __entry->busy_gen = busy_gen; 1949 __entry->busy_gen)
|
| /linux-6.15/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 873 if (!xfs_extent_busy_list_empty(pag_group(sc->sa.pag), &busy_gen)) { in xrep_allocbt()
|
| H A D | rtbitmap_repair.c | 518 unsigned int busy_gen; in xrep_rtbitmap() local 572 if (!xfs_extent_busy_list_empty(xg, &busy_gen)) { in xrep_rtbitmap() 573 error = xfs_extent_busy_flush(sc->tp, xg, busy_gen, 0); in xrep_rtbitmap()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_alloc.c | 324 unsigned *busy_gen) in xfs_alloc_compute_aligned() argument 956 acur->busy_gen = 0; in xfs_alloc_cur_setup() 1018 unsigned busy_gen = 0; in xfs_alloc_cur_check() local 1042 &busy_gen); in xfs_alloc_cur_check() 1045 acur->busy_gen = busy_gen; in xfs_alloc_cur_check() 1327 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local 1367 &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 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() [all …]
|