Lines Matching refs:fssh_off_t

191 static fssh_status_t file_read(struct file_descriptor *, fssh_off_t pos,
193 static fssh_status_t file_write(struct file_descriptor *, fssh_off_t pos,
195 static fssh_off_t file_seek(struct file_descriptor *, fssh_off_t pos,
214 static fssh_status_t attr_read(struct file_descriptor *, fssh_off_t pos,
216 static fssh_status_t attr_write(struct file_descriptor *, fssh_off_t pos,
218 static fssh_off_t attr_seek(struct file_descriptor *, fssh_off_t pos,
1806 fssh_off_t fileOffset = fileVec.offset;
1807 fssh_off_t fileLeft = fssh_min_c((uint64_t)fileVec.length, (uint64_t)bytesLeft);
2172 fssh_read_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs,
2213 fssh_write_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs,
2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos,
2397 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos,
2696 vfs_get_file_map(void *_vnode, fssh_off_t offset, fssh_size_t size,
3196 file_read(struct file_descriptor *descriptor, fssh_off_t pos, void *buffer, fssh_size_t *length)
3206 file_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length)
3215 static fssh_off_t
3216 file_seek(struct file_descriptor *descriptor, fssh_off_t pos, int seekType)
3218 fssh_off_t offset;
3250 // assumes fssh_off_t is 64 bits wide
4131 attr_read(struct file_descriptor *descriptor, fssh_off_t pos, void *buffer, fssh_size_t *length)
4144 attr_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length)
4156 static fssh_off_t
4157 attr_seek(struct file_descriptor *descriptor, fssh_off_t pos, int seekType)
4159 fssh_off_t offset;
4188 // assumes fssh_off_t is 64 bits wide