Searched refs:fs_ronly (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c638 if (fsp->fs_ronly == 0)
746 fsp->fs_ronly = 0;
1034 fsp->fs_ronly = 1;
1056 fsp->fs_ronly = 0;
1225 if (!fsp->fs_ronly && (fsp->fs_reclaim &
1235 } else if (!fsp->fs_ronly && (fsp->fs_reclaim &
1253 if (!fsp->fs_ronly) {
1625 flag = !fs->fs_ronly;
1902 fs->fs_ronly == 0 &&
1915 if (fs->fs_ronly !
[all...]
H A Dufs_filio.c376 if (fs->fs_ronly == 0 &&
455 if (!fsp->fs_ronly && (fsp->fs_reclaim &
461 if (!fsp->fs_ronly) {
619 if (fs->fs_ronly == 0) {
H A Dufs_snap.c86 if (fs->fs_ronly) {
383 if (fs->fs_ronly) {
H A Dufs_subr.c291 if ((fs->fs_ronly == 0) &&
310 if (fs->fs_ronly != 0) {
886 if (fs->fs_ronly ||
993 if (ip->i_nlink || fs->fs_ronly || (fs->fs_clean != FSLOG))
1041 (fs->fs_ronly)) {
H A Dufs_inode.c730 if ((ip->i_flag & ISTALE) == 0 && ip->i_fs->fs_ronly == 0 &&
869 if (fp->fs_ronly) {
1540 if (ip->i_fs->fs_ronly != 0) {
H A Dufs_vnops.c1387 if (!ULOCKFS_IS_NOIACC(ITOUL(ip)) && (fs->fs_ronly == 0) &&
2144 if (fs->fs_ronly != 0)
2500 (ip->i_fs->fs_ronly == 0) &&
4006 if (!ULOCKFS_IS_NOIACC(ITOUL(ip)) && (ip->i_fs->fs_ronly == 0) &&
4856 (fs->fs_ronly == 0) &&
5396 ASSERT(fs->fs_ronly == 0);
5796 if ((ev & POLLOUT) && !ufsvfsp->vfs_fs->fs_ronly &&
5800 if ((ev & POLLWRBAND) && !ufsvfsp->vfs_fs->fs_ronly &&
6139 ufsvfsp->vfs_fs->fs_ronly == 0 && !ufsvfsp->vfs_noatime) {
6506 if (ufsvfsp->vfs_fs->fs_ronly) {
[all...]
H A Dlufs.c868 if (fs->fs_ronly) {
1109 if (fs->fs_ronly) {
H A Dufs_thread.c1026 if (fs->fs_ronly)
H A Dufs_lockfs.c372 if (fs->fs_ronly == 0 && fs->fs_fmod) {
401 * We can not simply check for fs_ronly here since fsck also may
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs.h142 char fs_ronly; /* mounted read-only flag */ member in struct:fs
H A Dfs.h211 char fs_ronly; /* mounted read-only flag */ member in struct:fs
H A Dufs2.h303 grub_int8_t fs_ronly; /* mounted read-only flag */ member in struct:fs
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c251 if (sblock.fs_ronly && (sblock.fs_clean == FSSTABLE) &&
1175 altsblock.fs_ronly = sblock.fs_ronly;
H A Dpass5.c434 fs->fs_ronly = 0;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h322 char fs_ronly; /* mounted read-only flag */ member in struct:fs
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h319 int8_t fs_ronly; /* mounted read-only flag */ member in struct:fs
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c272 ADD_INT32(h, "ronly", fsp->fs_ronly);
345 fsp->fs_cgrotor, fsp->fs_fmod, fsp->fs_ronly, fsp->fs_logbno);
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2078 sblock.fs_ronly = 0;
5813 printf("0x%x sblock.fs_ronly\n", sblock.fs_ronly);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4605 fs->fs_cgrotor, fs->fs_fmod, fs->fs_ronly);

Completed in 312 milliseconds