Home
last modified time | relevance | path

Searched refs:lookup_fdget_rcu (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/filesystems/
Dfiles.rst65 must use either lookup_fdget_rcu() or files_lookup_fdget_rcu() APIs. These
73 file = lookup_fdget_rcu(fd);
85 and lookup_fdget_rcu()/files_lookup_fdget_rcu() which take care of these
/linux-6.12.1/include/linux/
Dfdtable.h95 struct file *lookup_fdget_rcu(unsigned int fd);
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
Dcoredump.c77 file = lookup_fdget_rcu(*fd); in coredump_next_context()
/linux-6.12.1/fs/notify/dnotify/
Ddnotify.c351 f = lookup_fdget_rcu(fd); in fcntl_dirnotify()
/linux-6.12.1/fs/
Dfile.c1040 struct file *lookup_fdget_rcu(unsigned int fd) in lookup_fdget_rcu() function
1045 EXPORT_SYMBOL_GPL(lookup_fdget_rcu);