Lines Matching refs:read_only
79 bool read_only:1; /* Shall this mount point be read-only? */ member
161 …{ "/home", TMPFS, true, .read_only = true, .options_const = "mode=0755" TMPFS…
162 …{ "/run/user", TMPFS, true, .read_only = true, .options_const = "mode=0755" TMPFS…
163 …{ "/root", TMPFS, true, .read_only = true, .options_const = "mode=0700" TMPFS…
280 return p->read_only || IN_SET(p->mode, READONLY, INACCESSIBLE, PRIVATE_TMP_READONLY); in mount_entry_read_only()
363 .read_only = true, in append_empty_dir_mounts()
381 .read_only = b->read_only, in append_bind_mounts()
535 .read_only = true, in append_extensions()
590 .read_only = ro, in append_tmpfs_mounts()
718 previous->read_only = previous->read_only || mount_entry_read_only(f); in drop_duplicates()
2309 .read_only = true, in setup_namespace()
2317 .read_only = true, in setup_namespace()
2343 .read_only = true, in setup_namespace()
2354 .read_only = true, in setup_namespace()
2362 .read_only = true, in setup_namespace()
2545 .read_only = item->read_only, in bind_mount_add()