Lines Matching defs:readonly
634 boolean_t readonly = B_FALSE;
666 readonly = B_TRUE;
669 readonly = B_FALSE;
774 readonly_changed_cb(zfsvfs, readonly);
969 zfsvfs_create(const char *osname, boolean_t readonly, zfsvfs_t **zfvp)
974 boolean_t ro = (readonly || (strchr(osname, '@') != NULL));
1041 * lied about owning the dataset readonly before.
1057 boolean_t readonly;
1070 readonly = zfsvfs->z_vfs->vfs_flag & VFS_RDONLY;
1071 if (readonly != 0) {
1096 * doesn't use readonly mounts, where
1132 /* restore readonly bit */
1133 if (readonly != 0)