Home
last modified time | relevance | path

Searched defs:fd_install (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/rust/kernel/fs/
Dfile.rs416 pub fn fd_install(self, file: ARef<File>) { in fd_install() method
/linux-6.14.4/fs/
Dfile.c639 void fd_install(unsigned int fd, struct file *file) in fd_install() function