Home
last modified time | relevance | path

Searched refs:files_lookup_fd_raw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dfdtable.h83 static inline struct file *files_lookup_fd_raw(struct files_struct *files, unsigned int fd) in files_lookup_fd_raw() function
98 return files_lookup_fd_raw(files, fd); in files_lookup_fd_locked()
105 return files_lookup_fd_raw(files, fd); in files_lookup_fd_rcu()
/openbmc/linux/fs/
H A Dfile.c1019 file = files_lookup_fd_raw(files, fd); in __fget_light()