Searched refs:mappings_done (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Drmap_repair.c445 * fork that matches the AG. Sets @mappings_done to true if we've scanned the
452 bool *mappings_done)
459 *mappings_done = false;
476 *mappings_done = true;
529 bool mappings_done; local
536 error = xrep_rmap_scan_bmbt(&rf, ip, &mappings_done);
537 if (error || mappings_done)
449 xrep_rmap_scan_bmbt( struct xrep_rmap_ifork *rf, struct xfs_inode *ip, bool *mappings_done) argument

Completed in 115 milliseconds