Symbol: fssh_off_t
headers/private/fs_shell/fssh_api_wrapper.h
1541
#define off_t fssh_off_t
headers/private/fs_shell/fssh_disk_device_manager.h
22
fssh_off_t offset;
headers/private/fs_shell/fssh_disk_device_manager.h
23
fssh_off_t size;
headers/private/fs_shell/fssh_disk_device_manager.h
24
fssh_off_t content_size;
headers/private/fs_shell/fssh_disk_device_manager.h
52
fssh_off_t offset;
headers/private/fs_shell/fssh_disk_device_manager.h
53
fssh_off_t size;
headers/private/fs_shell/fssh_drivers.h
181
fssh_off_t offset; /* offset (in bytes) */
headers/private/fs_shell/fssh_drivers.h
182
fssh_off_t size; /* size (in bytes) */
headers/private/fs_shell/fssh_drivers.h
23
fssh_off_t position, void *data,
headers/private/fs_shell/fssh_drivers.h
26
fssh_off_t position, const void *data,
headers/private/fs_shell/fssh_drivers.h
33
fssh_off_t position, const fssh_iovec *vec,
headers/private/fs_shell/fssh_drivers.h
36
fssh_off_t position, const fssh_iovec *vec,
headers/private/fs_shell/fssh_fs_attr.h
15
fssh_off_t size;
headers/private/fs_shell/fssh_fs_attr.h
24
uint32_t type, fssh_off_t pos, void *buffer,
headers/private/fs_shell/fssh_fs_attr.h
27
uint32_t type, fssh_off_t pos, const void *buffer,
headers/private/fs_shell/fssh_fs_cache.h
100
fssh_vnode_id vnodeID, fssh_off_t size);
headers/private/fs_shell/fssh_fs_cache.h
106
fssh_off_t size);
headers/private/fs_shell/fssh_fs_cache.h
110
fssh_off_t offset, void *bufferBase,
headers/private/fs_shell/fssh_fs_cache.h
113
fssh_off_t offset, const void *buffer,
headers/private/fs_shell/fssh_fs_cache.h
118
fssh_vnode_id vnodeID, fssh_off_t size);
headers/private/fs_shell/fssh_fs_cache.h
120
extern void fssh_file_map_set_size(void *_map, fssh_off_t size);
headers/private/fs_shell/fssh_fs_cache.h
121
extern void fssh_file_map_invalidate(void *_map, fssh_off_t offset,
headers/private/fs_shell/fssh_fs_cache.h
122
fssh_off_t size);
headers/private/fs_shell/fssh_fs_cache.h
124
extern fssh_status_t fssh_file_map_translate(void *_map, fssh_off_t offset,
headers/private/fs_shell/fssh_fs_cache.h
57
fssh_off_t *_blockNumber, void **_data,
headers/private/fs_shell/fssh_fs_cache.h
66
int32_t id, fssh_off_t blockNumber);
headers/private/fs_shell/fssh_fs_cache.h
70
extern void * fssh_block_cache_create(int fd, fssh_off_t numBlocks,
headers/private/fs_shell/fssh_fs_cache.h
74
fssh_off_t blockNumber, fssh_size_t numBlocks);
headers/private/fs_shell/fssh_fs_cache.h
76
fssh_off_t blockNumber, fssh_size_t numBlocks);
headers/private/fs_shell/fssh_fs_cache.h
78
fssh_off_t blockNumber, int32_t transaction);
headers/private/fs_shell/fssh_fs_cache.h
80
fssh_off_t blockNumber, int32_t transaction,
headers/private/fs_shell/fssh_fs_cache.h
83
fssh_off_t blockNumber, int32_t transaction);
headers/private/fs_shell/fssh_fs_cache.h
85
fssh_off_t blockNumber, int32_t transaction);
headers/private/fs_shell/fssh_fs_cache.h
87
fssh_off_t blockNumber, const void **_block);
headers/private/fs_shell/fssh_fs_cache.h
89
fssh_off_t blockNumber);
headers/private/fs_shell/fssh_fs_cache.h
91
fssh_off_t blockNumber, bool isDirty,
headers/private/fs_shell/fssh_fs_cache.h
94
fssh_off_t blockNumber);
headers/private/fs_shell/fssh_fs_cache.h
95
extern fssh_status_t fssh_block_cache_prefetch(void* _cache, fssh_off_t blockNumber,
headers/private/fs_shell/fssh_fs_index.h
15
fssh_off_t size;
headers/private/fs_shell/fssh_fs_info.h
30
fssh_off_t block_size; /* fundamental block size */
headers/private/fs_shell/fssh_fs_info.h
31
fssh_off_t io_size; /* optimal i/o size */
headers/private/fs_shell/fssh_fs_info.h
32
fssh_off_t total_blocks; /* total number of blocks */
headers/private/fs_shell/fssh_fs_info.h
33
fssh_off_t free_blocks; /* number of free blocks */
headers/private/fs_shell/fssh_fs_info.h
34
fssh_off_t total_nodes; /* total number of nodes */
headers/private/fs_shell/fssh_fs_info.h
35
fssh_off_t free_nodes; /* number of free nodes */
headers/private/fs_shell/fssh_fs_interface.h
141
fssh_fs_cookie cookie, fssh_off_t pos, const fssh_iovec *vecs,
headers/private/fs_shell/fssh_fs_interface.h
144
fssh_fs_cookie cookie, fssh_off_t pos, const fssh_iovec *vecs,
headers/private/fs_shell/fssh_fs_interface.h
155
fssh_off_t offset, fssh_size_t size,
headers/private/fs_shell/fssh_fs_interface.h
189
fssh_off_t pos, fssh_off_t length);
headers/private/fs_shell/fssh_fs_interface.h
202
fssh_fs_cookie cookie, fssh_off_t pos, void *buffer,
headers/private/fs_shell/fssh_fs_interface.h
205
fssh_fs_cookie cookie, fssh_off_t pos, const void *buffer,
headers/private/fs_shell/fssh_fs_interface.h
249
fssh_fs_cookie cookie, fssh_off_t pos, void *buffer,
headers/private/fs_shell/fssh_fs_interface.h
252
fssh_fs_cookie cookie, fssh_off_t pos, const void *buffer,
headers/private/fs_shell/fssh_fs_interface.h
300
bool (*validate_resize)(fssh_partition_data *partition, fssh_off_t *size);
headers/private/fs_shell/fssh_fs_interface.h
301
bool (*validate_move)(fssh_partition_data *partition, fssh_off_t *start);
headers/private/fs_shell/fssh_fs_interface.h
319
fssh_off_t size, fssh_disk_job_id job);
headers/private/fs_shell/fssh_fs_interface.h
321
fssh_off_t offset, fssh_disk_job_id job);
headers/private/fs_shell/fssh_fs_interface.h
328
fssh_off_t partitionSize, fssh_disk_job_id job);
headers/private/fs_shell/fssh_fs_interface.h
330
fssh_off_t partitionSize, uint32_t blockSize,
headers/private/fs_shell/fssh_fs_interface.h
339
fssh_io_request* request, fssh_off_t offset, fssh_size_t size,
headers/private/fs_shell/fssh_fs_interface.h
371
extern fssh_status_t fssh_read_pages(int fd, fssh_off_t pos,
headers/private/fs_shell/fssh_fs_interface.h
374
extern fssh_status_t fssh_write_pages(int fd, fssh_off_t pos,
headers/private/fs_shell/fssh_fs_interface.h
38
fssh_off_t offset;
headers/private/fs_shell/fssh_fs_interface.h
39
fssh_off_t length;
headers/private/fs_shell/fssh_stat.h
20
fssh_off_t fssh_st_size; /* size in bytes of this file */
headers/private/fs_shell/fssh_stat.h
33
fssh_off_t fssh_st_blocks; /* number of blocks allocated for object */
headers/private/fs_shell/fssh_uio.h
24
fssh_ssize_t fssh_readv_pos(int fd, fssh_off_t pos, const struct
headers/private/fs_shell/fssh_uio.h
28
fssh_ssize_t fssh_writev_pos(int fd, fssh_off_t pos,
headers/private/fs_shell/fssh_unistd.h
57
extern int fssh_ftruncate(int fd, fssh_off_t newSize);
headers/private/fs_shell/fssh_unistd.h
58
extern int fssh_truncate(const char *path, fssh_off_t newSize);
headers/private/fs_shell/fssh_unistd.h
62
extern fssh_ssize_t fssh_read_pos(int fd, fssh_off_t pos, void *buffer,
headers/private/fs_shell/fssh_unistd.h
65
fssh_off_t pos);
headers/private/fs_shell/fssh_unistd.h
67
extern fssh_ssize_t fssh_write_pos(int fd, fssh_off_t pos, const void *buffer,
headers/private/fs_shell/fssh_unistd.h
70
fssh_off_t pos);
headers/private/fs_shell/fssh_unistd.h
71
extern fssh_off_t fssh_lseek(int fd, fssh_off_t offset, int whence);
src/tools/fs_shell/block_cache.cpp
106
fssh_off_t max_blocks;
src/tools/fs_shell/block_cache.cpp
119
block_cache(int fd, fssh_off_t numBlocks,
src/tools/fs_shell/block_cache.cpp
132
cached_block* NewBlock(fssh_off_t blockNumber);
src/tools/fs_shell/block_cache.cpp
1384
long* _cookie, fssh_off_t* _blockNumber, void** _data,
src/tools/fs_shell/block_cache.cpp
1472
fssh_off_t blockNumber)
src/tools/fs_shell/block_cache.cpp
1520
fssh_block_cache_create(int fd, fssh_off_t numBlocks, fssh_size_t blockSize, bool readOnly)
src/tools/fs_shell/block_cache.cpp
1564
fssh_block_cache_sync_etc(void* _cache, fssh_off_t blockNumber,
src/tools/fs_shell/block_cache.cpp
1599
fssh_block_cache_discard(void* _cache, fssh_off_t blockNumber,
src/tools/fs_shell/block_cache.cpp
1632
fssh_block_cache_make_writable(void* _cache, fssh_off_t blockNumber,
src/tools/fs_shell/block_cache.cpp
1655
fssh_block_cache_get_writable_etc(void* _cache, fssh_off_t blockNumber,
src/tools/fs_shell/block_cache.cpp
1672
fssh_block_cache_get_writable(void* _cache, fssh_off_t blockNumber,
src/tools/fs_shell/block_cache.cpp
1686
fssh_block_cache_get_empty(void* _cache, fssh_off_t blockNumber,
src/tools/fs_shell/block_cache.cpp
1707
fssh_block_cache_get_etc(void* _cache, fssh_off_t blockNumber, const void** _block)
src/tools/fs_shell/block_cache.cpp
1731
fssh_block_cache_get(void* _cache, fssh_off_t blockNumber)
src/tools/fs_shell/block_cache.cpp
1750
fssh_block_cache_set_dirty(void* _cache, fssh_off_t blockNumber, bool dirty,
src/tools/fs_shell/block_cache.cpp
1774
fssh_block_cache_put(void* _cache, fssh_off_t blockNumber)
src/tools/fs_shell/block_cache.cpp
1784
fssh_block_cache_prefetch(void* _cache, fssh_off_t blockNumber, fssh_size_t* _numBlocks)
src/tools/fs_shell/block_cache.cpp
444
const fssh_off_t* block = (const fssh_off_t*)_block;
src/tools/fs_shell/block_cache.cpp
446
fssh_off_t diff = cacheEntry->block_number - *block;
src/tools/fs_shell/block_cache.cpp
459
const fssh_off_t* block = (const fssh_off_t*)_block;
src/tools/fs_shell/block_cache.cpp
471
block_cache::block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize,
src/tools/fs_shell/block_cache.cpp
555
block_cache::NewBlock(fssh_off_t blockNumber)
src/tools/fs_shell/block_cache.cpp
66
fssh_off_t block_number;
src/tools/fs_shell/block_cache.cpp
697
put_cached_block(block_cache* cache, fssh_off_t blockNumber)
src/tools/fs_shell/block_cache.cpp
720
get_cached_block(block_cache* cache, fssh_off_t blockNumber, bool* _allocated,
src/tools/fs_shell/block_cache.cpp
776
get_writable_cached_block(block_cache* cache, fssh_off_t blockNumber,
src/tools/fs_shell/command_cp.cpp
1008
fssh_off_t pos = 0;
src/tools/fs_shell/command_cp.cpp
202
fssh_off_t pos, void *buffer, int size)
src/tools/fs_shell/command_cp.cpp
210
fssh_off_t pos, const void *buffer, int size)
src/tools/fs_shell/command_cp.cpp
586
fssh_off_t pos, void *buffer, int size)
src/tools/fs_shell/command_cp.cpp
603
fssh_off_t pos, const void *buffer, int size)
src/tools/fs_shell/command_cp.cpp
86
fssh_off_t pos, void *buffer, int size) = 0;
src/tools/fs_shell/command_cp.cpp
88
fssh_off_t pos, const void *buffer, int size) = 0;
src/tools/fs_shell/command_cp.cpp
898
fssh_off_t chunkSize = (sourceFile->Stat().fssh_st_size / 20) / sCopyBufferSize * sCopyBufferSize;
src/tools/fs_shell/command_cp.cpp
908
fssh_off_t total = 0;
src/tools/fs_shell/fd.cpp
469
_kern_read(int fd, fssh_off_t pos, void *buffer, fssh_size_t length)
src/tools/fs_shell/fd.cpp
504
_kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count)
src/tools/fs_shell/fd.cpp
548
_kern_write(int fd, fssh_off_t pos, const void *buffer, fssh_size_t length)
src/tools/fs_shell/fd.cpp
583
_kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count)
src/tools/fs_shell/fd.cpp
626
fssh_off_t
src/tools/fs_shell/fd.cpp
627
_kern_seek(int fd, fssh_off_t pos, int seekType)
src/tools/fs_shell/fd.h
23
fssh_status_t (*fd_read)(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/fd.h
25
fssh_status_t (*fd_write)(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/fd.h
27
fssh_off_t (*fd_seek)(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/fd.h
58
fssh_off_t pos;
src/tools/fs_shell/file_cache.cpp
102
write_to_file(file_cache_ref *ref, void *cookie, fssh_off_t offset,
src/tools/fs_shell/file_cache.cpp
122
fssh_off_t offset, fssh_addr_t buffer, int32_t &pageOffset,
src/tools/fs_shell/file_cache.cpp
123
fssh_size_t bytesLeft, fssh_off_t &lastOffset,
src/tools/fs_shell/file_cache.cpp
145
cache_io(void *_cacheRef, void *cookie, fssh_off_t offset, fssh_addr_t buffer,
src/tools/fs_shell/file_cache.cpp
152
fssh_off_t fileSize = ref->virtual_size;
src/tools/fs_shell/file_cache.cpp
192
fssh_off_t lastOffset = offset;
src/tools/fs_shell/file_cache.cpp
236
fssh_off_t size)
src/tools/fs_shell/file_cache.cpp
308
fssh_file_cache_set_size(void *_cacheRef, fssh_off_t size)
src/tools/fs_shell/file_cache.cpp
337
fssh_file_cache_read(void *_cacheRef, void *cookie, fssh_off_t offset,
src/tools/fs_shell/file_cache.cpp
350
fssh_file_cache_write(void *_cacheRef, void *cookie, fssh_off_t offset,
src/tools/fs_shell/file_cache.cpp
60
fssh_off_t offset, int32_t pageOffset, fssh_addr_t buffer,
src/tools/fs_shell/file_cache.cpp
68
fssh_off_t virtual_size;
src/tools/fs_shell/file_cache.cpp
83
read_from_file(file_cache_ref *ref, void *cookie, fssh_off_t offset,
src/tools/fs_shell/fssh.cpp
1689
fssh_off_t startOffset = 0;
src/tools/fs_shell/fssh.cpp
1690
fssh_off_t endOffset = -1;
src/tools/fs_shell/partition_support.cpp
122
restricted_file_restrict_io(int fd, fssh_off_t& pos, fssh_off_t size)
src/tools/fs_shell/partition_support.cpp
140
fssh_off_t maxSize = restriction->endOffset - pos;
src/tools/fs_shell/partition_support.cpp
178
fssh_off_t
src/tools/fs_shell/partition_support.cpp
179
fssh_lseek(int fd, fssh_off_t offset, int whence)
src/tools/fs_shell/partition_support.cpp
185
fssh_off_t pos;
src/tools/fs_shell/partition_support.cpp
28
FileRestriction(fssh_dev_t device, fssh_ino_t node, fssh_off_t startOffset,
src/tools/fs_shell/partition_support.cpp
29
fssh_off_t endOffset)
src/tools/fs_shell/partition_support.cpp
40
fssh_off_t startOffset;
src/tools/fs_shell/partition_support.cpp
41
fssh_off_t endOffset;
src/tools/fs_shell/partition_support.cpp
76
add_file_restriction(const char* fileName, fssh_off_t startOffset,
src/tools/fs_shell/partition_support.cpp
77
fssh_off_t endOffset)
src/tools/fs_shell/partition_support.h
15
void add_file_restriction(const char* fileName, fssh_off_t startOffset,
src/tools/fs_shell/partition_support.h
16
fssh_off_t endOffset);
src/tools/fs_shell/partition_support.h
22
int restricted_file_restrict_io(int fd, fssh_off_t& pos, fssh_off_t size);
src/tools/fs_shell/syscalls.h
84
fssh_ssize_t _kern_read(int fd, fssh_off_t pos, void *buffer,
src/tools/fs_shell/syscalls.h
86
fssh_ssize_t _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs,
src/tools/fs_shell/syscalls.h
88
fssh_ssize_t _kern_write(int fd, fssh_off_t pos, const void *buffer,
src/tools/fs_shell/syscalls.h
90
fssh_ssize_t _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs,
src/tools/fs_shell/syscalls.h
92
fssh_off_t _kern_seek(int fd, fssh_off_t pos, int seekType);
src/tools/fs_shell/uio.cpp
111
fssh_writev_pos(int fd, fssh_off_t pos, const struct fssh_iovec *vec, int count)
src/tools/fs_shell/uio.cpp
58
fssh_off_t pos = -1;
src/tools/fs_shell/uio.cpp
72
fssh_readv_pos(int fd, fssh_off_t pos, const struct fssh_iovec *vec, int count)
src/tools/fs_shell/uio.cpp
97
fssh_off_t pos = -1;
src/tools/fs_shell/unistd.cpp
375
fssh_off_t pos = -1;
src/tools/fs_shell/unistd.cpp
390
fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count)
src/tools/fs_shell/unistd.cpp
406
fssh_off_t pos = -1;
src/tools/fs_shell/unistd.cpp
421
fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count)
src/tools/fs_shell/vfs.cpp
1807
fssh_off_t fileOffset = fileVec.offset;
src/tools/fs_shell/vfs.cpp
1808
fssh_off_t fileLeft = fssh_min_c((uint64_t)fileVec.length, (uint64_t)bytesLeft);
src/tools/fs_shell/vfs.cpp
192
static fssh_status_t file_read(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
194
static fssh_status_t file_write(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
196
static fssh_off_t file_seek(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
215
static fssh_status_t attr_read(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
217
static fssh_status_t attr_write(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
219
static fssh_off_t attr_seek(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
2221
fssh_read_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs,
src/tools/fs_shell/vfs.cpp
2262
fssh_write_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs,
src/tools/fs_shell/vfs.cpp
2435
vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
2446
vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
2745
vfs_get_file_map(void *_vnode, fssh_off_t offset, fssh_size_t size,
src/tools/fs_shell/vfs.cpp
3245
file_read(struct file_descriptor *descriptor, fssh_off_t pos, void *buffer, fssh_size_t *length)
src/tools/fs_shell/vfs.cpp
3255
file_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length)
src/tools/fs_shell/vfs.cpp
3264
static fssh_off_t
src/tools/fs_shell/vfs.cpp
3265
file_seek(struct file_descriptor *descriptor, fssh_off_t pos, int seekType)
src/tools/fs_shell/vfs.cpp
3267
fssh_off_t offset;
src/tools/fs_shell/vfs.cpp
4180
attr_read(struct file_descriptor *descriptor, fssh_off_t pos, void *buffer, fssh_size_t *length)
src/tools/fs_shell/vfs.cpp
4193
attr_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length)
src/tools/fs_shell/vfs.cpp
4205
static fssh_off_t
src/tools/fs_shell/vfs.cpp
4206
attr_seek(struct file_descriptor *descriptor, fssh_off_t pos, int seekType)
src/tools/fs_shell/vfs.cpp
4208
fssh_off_t offset;
src/tools/fs_shell/vfs.h
78
fssh_status_t vfs_read_pages(void *vnode, void *cookie, fssh_off_t pos,
src/tools/fs_shell/vfs.h
82
fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count,
src/tools/fs_shell/vfs.h
84
fssh_status_t vfs_get_file_map(void *_vnode, fssh_off_t offset,