Release 4.8 fs/proc/fd.h
#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 int proc_fd(struct inode *inode)
{
return PROC_I(inode)->fd;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| david howells | david howells | 20 | 100.00% | 1 | 100.00% |
| Total | 20 | 100.00% | 1 | 100.00% |
#endif /* __PROCFS_FD_H__ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| cyrill gorcunov | cyrill gorcunov | 49 | 71.01% | 1 | 50.00% |
| david howells | david howells | 20 | 28.99% | 1 | 50.00% |
| Total | 69 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.