Searched refs:proc_pid_attr_operations (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | base.c | 2210 static const struct file_operations proc_pid_attr_operations = { variable 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),
|