Home
last modified time | relevance | path

Searched refs:REG (Results 1 – 1 of 1) sorted by relevance

/fs/proc/
Dbase.c144 #define REG(NAME, MODE, fops) \ macro
3215 REG("environ", S_IRUSR, proc_environ_operations),
3216 REG("auxv", S_IRUSR, proc_auxv_operations),
3221 REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
3224 REG("autogroup", S_IRUGO|S_IWUSR, proc_pid_sched_autogroup_operations),
3227 REG("timens_offsets", S_IRUGO|S_IWUSR, proc_timens_offsets_operations),
3229 REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
3233 REG("cmdline", S_IRUGO, proc_pid_cmdline_ops),
3236 REG("maps", S_IRUGO, proc_pid_maps_operations),
3238 REG("numa_maps", S_IRUGO, proc_pid_numa_maps_operations),
[all …]