Home
last modified time | relevance | path

Searched refs:xchk_iscan_iter (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Discan.h94 int xchk_iscan_iter(struct xchk_iscan *iscan, struct xfs_inode **ipp);
Dnlinks_repair.c288 error = xchk_iscan_iter(&xnc->compare_iscan, ipp); in xrep_nlinks_iter()
Dnlinks.c562 while ((error = xchk_iscan_iter(&xnc->collect_iscan, &ip)) == 1) { in xchk_nlinks_collect()
857 error = xchk_iscan_iter(&xnc->compare_iscan, ipp); in xchk_nlinks_compare_iter()
Dfindparent.c307 while ((ret = xchk_iscan_iter(&pscan->iscan, &fpi.dp)) == 1) { in xrep_findparent_scan()
Discan.c617 xchk_iscan_iter( in xchk_iscan_iter() function
Dquotacheck.c509 while ((error = xchk_iscan_iter(&xqc->iscan, &ip)) == 1) { in xqcheck_collect_counts()
Dparent_repair.c576 while ((error = xchk_iscan_iter(&rp->pscan.iscan, &ip)) == 1) { in xrep_parent_scan_dirtree()
Drmap_repair.c890 while ((error = xchk_iscan_iter(&rr->iscan, &ip)) == 1) { in xrep_rmap_find_rmaps()
Dinode_repair.c414 while ((error = xchk_iscan_iter(&ri->ftype_iscan, &dp)) == 1) { in xrep_dinode_find_mode()
Ddir_repair.c1290 while ((error = xchk_iscan_iter(&rd->pscan.iscan, &ip)) == 1) { in xrep_dir_scan_dirtree()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst3207 ``xchk_iscan_iter``:
3258 2. Advance the scan cursor (``xchk_iscan_iter``) to get the next inode.
3584 - ``xchk_iscan_iter`` grabs a reference to the next inode in the scan or