cregit-Linux how code gets into the kernel

Release 4.17 fs/proc/fd.h

Directory: fs/proc
/* SPDX-License-Identifier: GPL-2.0 */
#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 Howells2095.24%150.00%
Alexey Dobriyan14.76%150.00%
Total21100.00%2100.00%

#endif /* __PROCFS_FD_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Cyrill V. Gorcunov4969.01%125.00%
David Howells2028.17%125.00%
Alexey Dobriyan11.41%125.00%
Greg Kroah-Hartman11.41%125.00%
Total71100.00%4100.00%
Directory: fs/proc
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.