Searched refs:fcheck_files (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | fd.c | 39 file = fcheck_files(files, fd); in seq_show() 117 file = fcheck_files(files, fd); in tid_fd_mode() 188 fd_file = fcheck_files(files, fd); in proc_fd_link() 277 f = fcheck_files(files, fd); in proc_readfd_common()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fdtable.h | 94 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files() function 105 #define fcheck(fd) fcheck_files(current->files, fd)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | files.rst | 65 must use either fcheck() or fcheck_files() APIs. These 87 file = fcheck_files(files, fd); 107 and fcheck()/fcheck_files() which take care of these issues.
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | task_iter.c | 188 f = fcheck_files(curr_files, curr_fd); in task_file_seq_get_next()
|
| H A D | syscall.c | 3933 file = fcheck_files(files, fd); in bpf_task_fd_query()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 1227 if (!fcheck_files(files, oldfd)) in SYSCALL_DEFINE2()
|