Lines Matching +full:machine +full:- +full:mode
1 // SPDX-License-Identifier: GPL-2.0-only
20 char *which = table->data; in get_uts()
23 uts_ns = current->nsproxy->uts_ns; in get_uts()
24 which = (which - (char *)&init_uts_ns) + (char *)uts_ns; in get_uts()
59 * at non-zero offsets to the same sysctl. in proc_do_uts_string()
65 proc_sys_poll_notify(table->poll); in proc_do_uts_string()
81 .data = init_uts_ns.name.machine,
82 .maxlen = sizeof(init_uts_ns.name.machine),
83 .mode = 0444,
90 .mode = 0444,
97 .mode = 0444,
104 .mode = 0444,
111 .mode = 0644,
119 .mode = 0644,
134 proc_sys_poll_notify(table->poll); in uts_proc_notify()