Searched refs:ronly (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c96 int ronly);
280 ext2_check_sb_compat(struct ext2fs *es, struct cdev *dev, int ronly) argument
304 if (!ronly && mask) {
587 int ronly; local
593 ronly = vfs_flagopt(mp->mnt_optnew, "ro", NULL, 0);
596 error = g_vfs_open(devvp, &cp, "ext2fs", ronly ? 0 : 1);
624 if (ext2_check_sb_compat(es, dev, ronly) != 0) {
630 if (ronly || (mp->mnt_flag & MNT_FORCE)) {
682 fs->e2fs_ronly = ronly; /* ronly i
752 int error, flags, i, ronly; local
[all...]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c840 int ronly; local
844 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
860 if (!ronly) {
875 error = g_vfs_open(devvp, &cp, "nandfs", ronly ? 0 : 1);
1343 int error, ronly; local
1346 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
1374 if (args->cpno != 0 && !ronly) {
1391 nmp->nm_ronly = ronly;
1418 if (!ronly) {
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c403 int ronly, error; local
409 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
418 error = g_vfs_open(devvp, &cp, "msdosfs", ronly ? 0 : 1);
731 if (ronly)
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h261 _PROTOTYPE(void ronly , (struct var *vp ));
H A Dsh1.c627 ronly(vp) function
H A Dsh3.c999 rdexp(t->words+1, ronly, RONLY);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c787 int error, i, blks, len, ronly; local
797 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
807 error = g_vfs_open(devvp, &cp, "ffs", ronly ? 0 : 1);
859 if (ronly || (mp->mnt_flag & MNT_FORCE) ||
943 fs->fs_ronly = ronly;
1082 if (ronly == 0) {

Completed in 198 milliseconds