Home
last modified time | relevance | path

Searched refs:__inodes (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Discan.c443 ASSERT(iscan->__inodes[0] == NULL); in xchk_iscan_iget()
447 &iscan->__inodes[idx]); in xchk_iscan_iget()
517 ASSERT(iscan->__inodes[idx] == NULL); in xchk_iscan_iget()
520 &iscan->__inodes[idx]); in xchk_iscan_iget()
626 if (iscan->__inodes[i]) in xchk_iscan_iter()
634 ASSERT(iscan->__inodes[0] != NULL); in xchk_iscan_iter()
639 *ipp = iscan->__inodes[i]; in xchk_iscan_iter()
640 iscan->__inodes[i] = NULL; in xchk_iscan_iter()
653 if (iscan->__inodes[i]) { in xchk_iscan_iter_finish()
654 xchk_irele(sc, iscan->__inodes[i]); in xchk_iscan_iter_finish()
[all …]
Discan.h56 struct xfs_inode *__inodes[XFS_INODES_PER_CHUNK]; member