Home
last modified time | relevance | path

Searched refs:files_lookup_fd_rcu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dfdtable.h101 static inline struct file *files_lookup_fd_rcu(struct files_struct *files, unsigned int fd) in files_lookup_fd_rcu() function
110 return files_lookup_fd_rcu(current->files, fd); in lookup_fd_rcu()
/openbmc/linux/Documentation/filesystems/
H A Dfiles.rst65 must use either lookup_fd_rcu() or files_lookup_fd_rcu() APIs. These
87 file = files_lookup_fd_rcu(files, fd);
107 and lookup_fd_rcu()/files_lookup_fd_rcu() which take care of these issues.
/openbmc/linux/fs/
H A Dfile.c960 file = files_lookup_fd_rcu(files, fd); in task_lookup_fd_rcu()
977 file = files_lookup_fd_rcu(files, fd); in task_lookup_next_fd_rcu()
1278 if (!files_lookup_fd_rcu(files, oldfd)) in SYSCALL_DEFINE2()