Searched refs:xchk_iscan_iter (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | iscan.h | 94 int xchk_iscan_iter(struct xchk_iscan *iscan, struct xfs_inode **ipp);
|
D | nlinks_repair.c | 288 error = xchk_iscan_iter(&xnc->compare_iscan, ipp); in xrep_nlinks_iter()
|
D | nlinks.c | 562 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()
|
D | findparent.c | 307 while ((ret = xchk_iscan_iter(&pscan->iscan, &fpi.dp)) == 1) { in xrep_findparent_scan()
|
D | iscan.c | 617 xchk_iscan_iter( in xchk_iscan_iter() function
|
D | quotacheck.c | 509 while ((error = xchk_iscan_iter(&xqc->iscan, &ip)) == 1) { in xqcheck_collect_counts()
|
D | parent_repair.c | 576 while ((error = xchk_iscan_iter(&rp->pscan.iscan, &ip)) == 1) { in xrep_parent_scan_dirtree()
|
D | rmap_repair.c | 890 while ((error = xchk_iscan_iter(&rr->iscan, &ip)) == 1) { in xrep_rmap_find_rmaps()
|
D | inode_repair.c | 414 while ((error = xchk_iscan_iter(&ri->ftype_iscan, &dp)) == 1) { in xrep_dinode_find_mode()
|
D | dir_repair.c | 1290 while ((error = xchk_iscan_iter(&rd->pscan.iscan, &ip)) == 1) { in xrep_dir_scan_dirtree()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 3207 ``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
|