Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_extent_busy.h61 bool xfs_extent_busy_list_empty(struct xfs_group *xg, unsigned int *busy_gen);
Dxfs_extent_busy.c702 xfs_extent_busy_list_empty( in xfs_extent_busy_list_empty() function
/linux-6.14.4/fs/xfs/scrub/
Dalloc_repair.c142 if (xfs_extent_busy_list_empty(xg, &busy_gen)) in xrep_setup_ag_allocbt()
873 if (!xfs_extent_busy_list_empty(pag_group(sc->sa.pag), &busy_gen)) { in xrep_allocbt()
Drtbitmap_repair.c572 if (!xfs_extent_busy_list_empty(xg, &busy_gen)) { in xrep_rtbitmap()