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

/linux-master/fs/xfs/scrub/
H A Discan.h94 int xchk_iscan_iter(struct xchk_iscan *iscan, struct xfs_inode **ipp);
H A Dnlinks_repair.c288 error = xchk_iscan_iter(&xnc->compare_iscan, ipp);
H A Dfindparent.c307 while ((ret = xchk_iscan_iter(&pscan->iscan, &fpi.dp)) == 1) {
H A Dnlinks.c562 while ((error = xchk_iscan_iter(&xnc->collect_iscan, &ip)) == 1) {
857 error = xchk_iscan_iter(&xnc->compare_iscan, ipp);
H A Dquotacheck.c509 while ((error = xchk_iscan_iter(&xqc->iscan, &ip)) == 1) {
H A Discan.c617 xchk_iscan_iter( function
H A Dparent_repair.c576 while ((error = xchk_iscan_iter(&rp->pscan.iscan, &ip)) == 1) {
H A Dinode_repair.c414 while ((error = xchk_iscan_iter(&ri->ftype_iscan, &dp)) == 1) {
H A Ddir_repair.c1290 while ((error = xchk_iscan_iter(&rd->pscan.iscan, &ip)) == 1) {
H A Drmap_repair.c890 while ((error = xchk_iscan_iter(&rr->iscan, &ip)) == 1) {

Completed in 147 milliseconds