Home
last modified time | relevance | path

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

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