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

/linux-master/fs/xfs/scrub/
H A Dcow_repair.c61 struct xoff_bitmap bad_fileoffs; member in struct:xrep_cow
100 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount);
565 xoff_bitmap_init(&xc->bad_fileoffs);
595 error = xoff_bitmap_walk(&xc->bad_fileoffs, xrep_cow_replace, xc);
611 xoff_bitmap_destroy(&xc->bad_fileoffs);

Completed in 77 milliseconds