Lines Matching refs:REG

131 #define REG(NAME, MODE, fops)				\  macro
2217 REG("current", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2218 REG("prev", S_IRUGO, proc_pid_attr_operations),
2219 REG("exec", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2220 REG("fscreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2221 REG("keycreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2222 REG("sockcreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2558 REG("environ", S_IRUSR, proc_environ_operations),
2564 REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
2567 REG("autogroup", S_IRUGO|S_IWUSR, proc_pid_sched_autogroup_operations),
2569 REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
2576 REG("maps", S_IRUGO, proc_pid_maps_operations),
2578 REG("numa_maps", S_IRUGO, proc_pid_numa_maps_operations),
2580 REG("mem", S_IRUSR|S_IWUSR, proc_mem_operations),
2584 REG("mounts", S_IRUGO, proc_mounts_operations),
2585 REG("mountinfo", S_IRUGO, proc_mountinfo_operations),
2586 REG("mountstats", S_IRUSR, proc_mountstats_operations),
2588 REG("clear_refs", S_IWUSR, proc_clear_refs_operations),
2589 REG("smaps", S_IRUGO, proc_pid_smaps_operations),
2590 REG("pagemap", S_IRUSR, proc_pagemap_operations),
2605 REG("latency", S_IRUGO, proc_lstats_operations),
2614 REG("oom_adj", S_IRUGO|S_IWUSR, proc_oom_adj_operations),
2615 REG("oom_score_adj", S_IRUGO|S_IWUSR, proc_oom_score_adj_operations),
2617 REG("loginuid", S_IWUSR|S_IRUGO, proc_loginuid_operations),
2618 REG("sessionid", S_IRUGO, proc_sessionid_operations),
2621 REG("make-it-fail", S_IRUGO|S_IWUSR, proc_fault_inject_operations),
2624 REG("coredump_filter", S_IRUGO|S_IWUSR, proc_coredump_filter_operations),
2633 REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
2634 REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations),
2635 REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations),
2636 REG("setgroups", S_IRUGO|S_IWUSR, proc_setgroups_operations),
2639 REG("timers", S_IRUGO, proc_timers_operations),
2907 REG("environ", S_IRUSR, proc_environ_operations),
2913 REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
2915 REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
2922 REG("maps", S_IRUGO, proc_tid_maps_operations),
2924 REG("children", S_IRUGO, proc_tid_children_operations),
2927 REG("numa_maps", S_IRUGO, proc_tid_numa_maps_operations),
2929 REG("mem", S_IRUSR|S_IWUSR, proc_mem_operations),
2933 REG("mounts", S_IRUGO, proc_mounts_operations),
2934 REG("mountinfo", S_IRUGO, proc_mountinfo_operations),
2936 REG("clear_refs", S_IWUSR, proc_clear_refs_operations),
2937 REG("smaps", S_IRUGO, proc_tid_smaps_operations),
2938 REG("pagemap", S_IRUSR, proc_pagemap_operations),
2953 REG("latency", S_IRUGO, proc_lstats_operations),
2962 REG("oom_adj", S_IRUGO|S_IWUSR, proc_oom_adj_operations),
2963 REG("oom_score_adj", S_IRUGO|S_IWUSR, proc_oom_score_adj_operations),
2965 REG("loginuid", S_IWUSR|S_IRUGO, proc_loginuid_operations),
2966 REG("sessionid", S_IRUGO, proc_sessionid_operations),
2969 REG("make-it-fail", S_IRUGO|S_IWUSR, proc_fault_inject_operations),
2978 REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
2979 REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations),
2980 REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations),
2981 REG("setgroups", S_IRUGO|S_IWUSR, proc_setgroups_operations),