cregit-Linux how code gets into the kernel

Release 4.10 fs/proc/fd.h

Directory: fs/proc
#ifndef __PROCFS_FD_H__

#define __PROCFS_FD_H__

#include <linux/fs.h>

extern const struct file_operations proc_fd_operations;
extern const struct inode_operations proc_fd_inode_operations;

extern const struct file_operations proc_fdinfo_operations;
extern const struct inode_operations proc_fdinfo_inode_operations;

extern int proc_fd_permission(struct inode *inode, int mask);


static inline unsigned int proc_fd(struct inode *inode) { return PROC_I(inode)->fd; }

Contributors

PersonTokensPropCommitsCommitProp
david howellsdavid howells2095.24%150.00%
alexey dobriyanalexey dobriyan14.76%150.00%
Total21100.00%2100.00%

#endif /* __PROCFS_FD_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
cyrill gorcunovcyrill gorcunov4970.00%133.33%
david howellsdavid howells2028.57%133.33%
alexey dobriyanalexey dobriyan11.43%133.33%
Total70100.00%3100.00%
Directory: fs/proc
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.