Searched refs:fcheck_files (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | fdtable.h | 93 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files() function 104 #define fcheck(fd) fcheck_files(current->files, fd)
|
| /Linux-v5.4/fs/proc/ |
| D | fd.c | 38 file = fcheck_files(files, fd); in seq_show() 93 file = fcheck_files(files, fd); in tid_fd_mode() 164 fd_file = fcheck_files(files, fd); in proc_fd_link() 253 f = fcheck_files(files, fd); in proc_readfd_common()
|
| /Linux-v5.4/kernel/ |
| D | kcmp.c | 70 file = fcheck_files(task->files, idx); in get_file_raw_ptr() 124 filp_epoll = fcheck_files(files, slot.efd); in kcmp_epoll_target()
|
| /Linux-v5.4/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-v5.4/fs/ |
| D | file.c | 716 file = fcheck_files(files, fd); in __fget() 955 if (!fcheck_files(files, oldfd)) in SYSCALL_DEFINE2()
|
| /Linux-v5.4/kernel/bpf/ |
| D | syscall.c | 2791 file = fcheck_files(files, fd); in bpf_task_fd_query()
|