Searched defs:fget (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/fs/ | ||
| H A D | file.rs | 262 pub fn fget(fd: u32) -> Result<ARef<LocalFile>, BadFdError> { in fget() method |
| /linux/fs/ | ||
| H A D | file.c | 1111 struct file *fget(unsigned int fd) in fget() function |