Lines Matching defs:readonly
411 boolean_t readonly = B_FALSE;
438 readonly = B_TRUE;
441 readonly = B_FALSE;
549 readonly_changed_cb(zfsvfs, readonly);
979 * We claim to always be readonly so we can open snapshots;
1030 boolean_t readonly;
1036 readonly = zfsvfs->z_vfs->vfs_flag & VFS_RDONLY;
1037 if (readonly != 0)
1047 * doesn't use readonly mounts, where
1079 zfsvfs->z_vfs->vfs_flag |= readonly; /* restore readonly bit */
1309 * dataset must be readonly.
1319 /* must be readonly */
1417 * label dominates the dataset label, allow readonly access.