Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/filesystems/
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.
/linux-6.1.9/include/linux/
Dfdtable.h108 static inline struct file *lookup_fd_rcu(unsigned int fd) in lookup_fd_rcu() function
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dcoredump.c77 file = lookup_fd_rcu(*fd); in coredump_next_context()
/linux-6.1.9/fs/notify/dnotify/
Ddnotify.c348 f = lookup_fd_rcu(fd); in fcntl_dirnotify()