Lines Matching refs:REG
131 #define REG(NAME, MODE, fops) \ macro
2412 REG("current", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2413 REG("prev", S_IRUGO, proc_pid_attr_operations),
2414 REG("exec", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2415 REG("fscreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2416 REG("keycreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2417 REG("sockcreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2742 REG("environ", S_IRUSR, proc_environ_operations),
2748 REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
2751 REG("autogroup", S_IRUGO|S_IWUSR, proc_pid_sched_autogroup_operations),
2753 REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
2757 REG("cmdline", S_IRUGO, proc_pid_cmdline_ops),
2760 REG("maps", S_IRUGO, proc_pid_maps_operations),
2762 REG("numa_maps", S_IRUGO, proc_pid_numa_maps_operations),
2764 REG("mem", S_IRUSR|S_IWUSR, proc_mem_operations),
2768 REG("mounts", S_IRUGO, proc_mounts_operations),
2769 REG("mountinfo", S_IRUGO, proc_mountinfo_operations),
2770 REG("mountstats", S_IRUSR, proc_mountstats_operations),
2772 REG("clear_refs", S_IWUSR, proc_clear_refs_operations),
2773 REG("smaps", S_IRUGO, proc_pid_smaps_operations),
2774 REG("pagemap", S_IRUSR, proc_pagemap_operations),
2789 REG("latency", S_IRUGO, proc_lstats_operations),
2798 REG("oom_adj", S_IRUGO|S_IWUSR, proc_oom_adj_operations),
2799 REG("oom_score_adj", S_IRUGO|S_IWUSR, proc_oom_score_adj_operations),
2801 REG("loginuid", S_IWUSR|S_IRUGO, proc_loginuid_operations),
2802 REG("sessionid", S_IRUGO, proc_sessionid_operations),
2805 REG("make-it-fail", S_IRUGO|S_IWUSR, proc_fault_inject_operations),
2808 REG("coredump_filter", S_IRUGO|S_IWUSR, proc_coredump_filter_operations),
2817 REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
2818 REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations),
2819 REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations),
2820 REG("setgroups", S_IRUGO|S_IWUSR, proc_setgroups_operations),
2823 REG("timers", S_IRUGO, proc_timers_operations),
3091 REG("environ", S_IRUSR, proc_environ_operations),
3097 REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
3099 REG("comm", S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
3103 REG("cmdline", S_IRUGO, proc_pid_cmdline_ops),
3106 REG("maps", S_IRUGO, proc_tid_maps_operations),
3108 REG("children", S_IRUGO, proc_tid_children_operations),
3111 REG("numa_maps", S_IRUGO, proc_tid_numa_maps_operations),
3113 REG("mem", S_IRUSR|S_IWUSR, proc_mem_operations),
3117 REG("mounts", S_IRUGO, proc_mounts_operations),
3118 REG("mountinfo", S_IRUGO, proc_mountinfo_operations),
3120 REG("clear_refs", S_IWUSR, proc_clear_refs_operations),
3121 REG("smaps", S_IRUGO, proc_tid_smaps_operations),
3122 REG("pagemap", S_IRUSR, proc_pagemap_operations),
3137 REG("latency", S_IRUGO, proc_lstats_operations),
3146 REG("oom_adj", S_IRUGO|S_IWUSR, proc_oom_adj_operations),
3147 REG("oom_score_adj", S_IRUGO|S_IWUSR, proc_oom_score_adj_operations),
3149 REG("loginuid", S_IWUSR|S_IRUGO, proc_loginuid_operations),
3150 REG("sessionid", S_IRUGO, proc_sessionid_operations),
3153 REG("make-it-fail", S_IRUGO|S_IWUSR, proc_fault_inject_operations),
3162 REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations),
3163 REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations),
3164 REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations),
3165 REG("setgroups", S_IRUGO|S_IWUSR, proc_setgroups_operations),