Searched refs:proc_pid_attr_operations (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/proc/ |
H A D | base.c | 2405 static const struct file_operations proc_pid_attr_operations = { variable in typeref:struct:file_operations 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),
|
Completed in 55 milliseconds