Home
last modified time | relevance | path

Searched refs:__batch_ino (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Discan.c502 iscan->__batch_ino = ino - 1; in xchk_iscan_iget()
548 if (iscan->__batch_ino != NULLFSINO) { in xchk_iscan_finish_batch()
549 highest_skipped = iscan->__batch_ino + in xchk_iscan_finish_batch()
557 iscan->__batch_ino = NULLFSINO; in xchk_iscan_finish_batch()
705 iscan->__batch_ino = NULLFSINO; in xchk_iscan_start()
746 if (iscan->__batch_ino == NULLFSINO) in xchk_iscan_skipped()
748 if (ino < iscan->__batch_ino) in xchk_iscan_skipped()
750 if (ino >= iscan->__batch_ino + XFS_INODES_PER_CHUNK) in xchk_iscan_skipped()
753 return iscan->__skipped_inomask & (1ULL << (ino - iscan->__batch_ino)); in xchk_iscan_skipped()
Discan.h54 xfs_ino_t __batch_ino; member
Dtrace.h1374 __entry->batch_ino = iscan->__batch_ino;