Lines Matching defs:file
545 let file = fd_table_guard in ioctl() localVariable
566 let file = fd_table_guard.get_file_by_fd(fd); in read() localVariable
572 let file = file.unwrap(); in read() localVariable
588 let file = fd_table_guard in write() localVariable
615 let file = fd_table_guard in lseek() localVariable
635 let file = fd_table_guard.get_file_by_fd(fd); in pread() localVariable
641 let file = file.unwrap(); in pread() localVariable
657 let file = fd_table_guard.get_file_by_fd(fd); in pwrite() localVariable
663 let file = file.unwrap(); in pwrite() localVariable
784 let file = fd_table_guard in getdents() localVariable
858 let file = fd_table_guard in do_linkat() localVariable
1291 let file = fd_table_guard in do_fstat() localVariable
1389 let file = fd_table_guard in fstatfs() localVariable
1420 let file = fd_table_guard in do_statx() localVariable
1577 let file = File::new(inode, FileMode::O_RDONLY)?; in readlink_at() localVariable