Home
last modified time | relevance | path

Searched refs:lookup_fd_rcu (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Dfiles.rst65 must use either lookup_fd_rcu() or files_lookup_fd_rcu() APIs. These
73 file = lookup_fd_rcu(fd);
107 and lookup_fd_rcu()/files_lookup_fd_rcu() which take care of these issues.
/openbmc/linux/include/linux/
H A Dfdtable.h107 static inline struct file *lookup_fd_rcu(unsigned int fd) in lookup_fd_rcu() function
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c77 file = lookup_fd_rcu(*fd); in coredump_next_context()
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c348 f = lookup_fd_rcu(fd); in fcntl_dirnotify()