Searched refs:e2fs_sbcheck (Results 1 – 1 of 1) sorted by relevance
68 static int e2fs_sbcheck(struct ext2fs *, int);454 error = e2fs_sbcheck(newfs, (mountp->mnt_flag & MNT_RDONLY)); in ext2fs_reload()525 error = e2fs_sbcheck(fs, ronly); in ext2fs_mountfs()1071 e2fs_sbcheck(struct ext2fs *fs, int ronly) in e2fs_sbcheck() function