Lines Matching refs:as_fd
92 backend::fs::syscalls::seek(fd.as_fd(), pos)
110 backend::fs::syscalls::tell(fd.as_fd())
127 backend::fs::syscalls::fchmod(fd.as_fd(), mode)
141 backend::fs::syscalls::fchown(fd.as_fd(), owner, group)
159 backend::fs::syscalls::fstat(fd.as_fd())
181 backend::fs::syscalls::fstatfs(fd.as_fd())
207 backend::fs::syscalls::fstatvfs(fd.as_fd())
220 backend::fs::syscalls::futimens(fd.as_fd(), times)
250 backend::fs::syscalls::fallocate(fd.as_fd(), mode, offset, len)
261 _is_file_read_write(fd.as_fd())
303 backend::fs::syscalls::fsync(fd.as_fd())
324 backend::fs::syscalls::fdatasync(fd.as_fd())
337 backend::fs::syscalls::ftruncate(fd.as_fd(), length)
349 backend::fs::syscalls::flock(fd.as_fd(), operation)