Searched refs:fcheck_files (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | fdtable.h | 89 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files() function 100 #define fcheck(fd) fcheck_files(current->files, fd)
|
/linux-4.4.14/fs/proc/ |
D | fd.c | 37 file = fcheck_files(files, fd); in seq_show() 104 file = fcheck_files(files, fd); in tid_fd_revalidate() 165 fd_file = fcheck_files(files, fd); in proc_fd_link() 252 if (!fcheck_files(files, fd)) in proc_readfd_common()
|
/linux-4.4.14/Documentation/filesystems/ |
D | files.txt | 62 must use either fcheck() or fcheck_files() APIs. These 83 file = fcheck_files(files, fd); 103 and fcheck()/fcheck_files() which take care of these issues.
|
/linux-4.4.14/kernel/ |
D | kcmp.c | 65 file = fcheck_files(task->files, idx); in get_file_raw_ptr()
|
/linux-4.4.14/fs/ |
D | file.c | 700 file = fcheck_files(files, fd); in __fget() 924 if (!fcheck_files(files, oldfd)) in SYSCALL_DEFINE2()
|