Searched refs:fssh_size_t (Results 26 - 36 of 36) sorted by relevance

12

/haiku/headers/private/fs_shell/
H A Dfssh_types.h19 typedef uint64_t fssh_size_t; typedef
25 typedef uint32_t fssh_size_t; typedef
H A Dfssh_stat.h22 fssh_size_t fssh_st_blksize; /* preferred block size for i/o */
H A Dfssh_byte_order.h116 fssh_size_t length, fssh_swap_action action);
H A Dfssh_api_wrapper.h1529 #define size_t fssh_size_t
/haiku/src/tools/fs_shell/
H A Dfd.cpp469 _kern_read(int fd, fssh_off_t pos, void *buffer, fssh_size_t length)
504 _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count)
524 fssh_size_t length = vecs[i].iov_len;
548 _kern_write(int fd, fssh_off_t pos, const void *buffer, fssh_size_t length)
583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count)
603 fssh_size_t length = vecs[i].iov_len;
646 _kern_ioctl(int fd, uint32_t op, void *buffer, fssh_size_t length)
668 _kern_read_dir(int fd, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t maxCount)
H A Dunistd.cpp371 fssh_read(int fd, void *buffer, fssh_size_t count)
389 fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count)
402 fssh_write(int fd, const void *buffer, fssh_size_t count)
420 fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count)
H A Ddriver_settings.cpp438 fssh_size_t length, reserved, quotes;
487 fssh_size_t length;
H A Dblock_cache.cpp107 fssh_size_t block_size;
120 fssh_size_t blockSize, bool readOnly);
471 block_cache::block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize,
1520 fssh_block_cache_create(int fd, fssh_off_t numBlocks, fssh_size_t blockSize, bool readOnly)
1565 fssh_size_t numBlocks)
1600 fssh_size_t numBlocks)
H A Dfuse.cpp163 fssh_size_t n_size = size - 1;
H A Dcommand_cp.cpp707 fssh_size_t bufferSize = _bufferSize;
H A Dfssh.cpp401 fssh_size_t size = sizeof(buffer) - 1;

Completed in 138 milliseconds

12