Home
last modified time | relevance | path

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

/linux/rust/kernel/fs/
H A Dfile.rs262 pub fn fget(fd: u32) -> Result<ARef<LocalFile>, BadFdError> { in fget() method
/linux/fs/
H A Dfile.c1111 struct file *fget(unsigned int fd) in fget() function