Home
last modified time | relevance | path

Searched refs:e2fs_ronly (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/fs/ext2fs/
HDext2_vfsops.c146 if (fs->e2fs_ronly == 0 && in ext2_mount()
159 fs->e2fs_ronly = 1; in ext2_mount()
170 if (fs->e2fs_ronly && !vfs_flagopt(opts, "ro", NULL, 0)) { in ext2_mount()
208 fs->e2fs_ronly = 0; in ext2_mount()
682 fs->e2fs_ronly = ronly; /* ronly is set according to mnt_flags */ in ext2_mountfs()
764 ronly = fs->e2fs_ronly; in ext2_unmount()
873 if (fs->e2fs_fmod != 0 && fs->e2fs_ronly != 0) { /* XXX */ in ext2_sync()
HDext2fs.h155 char e2fs_ronly; /* mounted read-only flag */ member
HDext2_inode.c85 if (fs->e2fs_ronly) in ext2_update()
HDext2_alloc.c1244 if (fs->e2fs_ronly == 0) in ext2_vfree()