Home
last modified time | relevance | path

Searched refs:fcheck_files (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dfdtable.h89 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/
Dfd.c37 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/
Dfiles.txt62 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/
Dkcmp.c65 file = fcheck_files(task->files, idx); in get_file_raw_ptr()
/linux-4.4.14/fs/
Dfile.c700 file = fcheck_files(files, fd); in __fget()
924 if (!fcheck_files(files, oldfd)) in SYSCALL_DEFINE2()