Home | History | Annotate | Download | only in bin

Lines Matching refs:fsck

337     filesystems will be unmounted and optionally fsck'd.
349 @param do_fsck: include fsck in post-test partition cleanup.
367 parallel(partitions, 'fsck') # fsck all partitions in parallel
368 # else fsck is done by caller
470 self.fsck()
599 if os.path.exists('/sbin/fsck.ext4'):
600 return 'fsck'
603 auto_fsck = os.path.join(self.job.toolsdir, 'fsck.ext4dev')
607 return 'fsck'
613 def fsck(self, args='-fy', record=True):
632 raise error.TestError('Fsck found errors with the underlying '