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

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_super.c131 int error, ronly; local
153 ronly = ((XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY) != 0);
155 if (!ronly)
183 error = g_vfs_open(devvp, &cp, "xfs", ronly ? 0 : 1);
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vfsops.c96 int ronly);
284 ext2_check_sb_compat(struct ext2fs *es, struct cdev *dev, int ronly) argument
300 if (!ronly &&
542 int ronly; local
547 ronly = vfs_flagopt(mp->mnt_optnew, "ro", NULL, 0);
551 error = g_vfs_open(devvp, &cp, "ext2fs", ronly ? 0 : 1);
582 if (ext2_check_sb_compat(es, dev, ronly) != 0) {
588 if (ronly || (mp->mnt_flag & MNT_FORCE)) {
640 fs->e2fs_ronly = ronly; /* ronly i
712 int error, flags, i, ronly; local
[all...]
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_vfsops.c217 int error, ronly, v; local
230 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
234 error = g_vfs_open(devvp, &cp, "hpfs", ronly ? 0 : 1);
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c425 int ronly, error; local
431 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
437 error = g_vfs_open(devvp, &cp, "msdosfs", ronly ? 0 : 1);
748 if (ronly)
/freebsd-9.3-release/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-9.3-release/sys/fs/ntfs/
H A Dntfs_vfsops.c278 int error, ronly, i, v; local
284 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
299 error = g_vfs_open(devvp, &cp, "ntfs", ronly ? 0 : 1);
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_vfsops.c776 int error, i, blks, size, ronly; local
785 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
791 error = g_vfs_open(devvp, &cp, "ffs", ronly ? 0 : 1);
841 if (ronly || (mp->mnt_flag & MNT_FORCE) ||
925 fs->fs_ronly = ronly;
1058 if (ronly == 0) {
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vfsops.c358 int ronly = (vfs->vfs_flag & VFS_RDONLY); local
387 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !ronly) {
406 if (!ronly || !(mp->m_sb.sb_flags & XFS_SBF_READONLY) ||

Completed in 179 milliseconds