Searched refs:proc_fd_operations (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | fd.h | 7 extern const struct file_operations proc_fd_operations;
|
H A D | fd.c | 281 const struct file_operations proc_fd_operations = { variable
|
H A D | base.c | 3402 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3765 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | fd.h | 7 extern const struct file_operations proc_fd_operations;
|
H A D | fd.c | 313 const struct file_operations proc_fd_operations = { variable
|
H A D | base.c | 3430 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3794 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
|
Completed in 13 milliseconds