Searched refs:proc_pid_attr_operations (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/proc/ |
D | base.c | 2577 static const struct file_operations proc_pid_attr_operations = { variable 2584 REG("current", S_IRUGO|S_IWUGO, proc_pid_attr_operations), 2585 REG("prev", S_IRUGO, proc_pid_attr_operations), 2586 REG("exec", S_IRUGO|S_IWUGO, proc_pid_attr_operations), 2587 REG("fscreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations), 2588 REG("keycreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations), 2589 REG("sockcreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
|