cuse_lowlevel_main ( int argc, char** argv, struct cuse_info const* ci, struct cuse_lowlevel_ops const* clop, void* userdata )
Field 'clop.read.p2' in 4th parameter 'clop' (pointer) has base type 'off_t'.
cuse_lowlevel_new ( struct fuse_args* args, struct cuse_info const* ci, struct cuse_lowlevel_ops const* clop, void* userdata )
Field 'clop.read.p2' in 3rd parameter 'clop' (pointer) has base type 'off_t'.
cuse_lowlevel_setup ( int argc, char** argv, struct cuse_info const* ci, struct cuse_lowlevel_ops const* clop, int* multithreaded, void* userdata )
Field 'clop.read.p2' in 4th parameter 'clop' (pointer) has base type 'off_t'.
fuse_add_direntry ( fuse_req_t req, char* buf, size_t bufsize, char const* name, struct stat const* stbuf, long off )
6th parameter 'off' is of type 'off_t'.
fuse_add_direntry_plus ( fuse_req_t req, char* buf, size_t bufsize, char const* name, struct fuse_entry_param const* e, long off )
6th parameter 'off' is of type 'off_t'.
fuse_buf_copy ( struct fuse_bufvec* dst, struct fuse_bufvec* src, enum fuse_buf_copy_flags flags )
Field 'dst.buf.pos' in 1st parameter 'dst' (pointer) is of type 'off_t'.
fuse_buf_size ( struct fuse_bufvec const* bufv )
Field 'bufv.buf.pos' in 1st parameter 'bufv' (pointer) is of type 'off_t'.
fuse_fs_copy_file_range ( struct fuse_fs* fs, char const* path_in, struct fuse_file_info* fi_in, long off_in, char const* path_out, struct fuse_file_info* fi_out, long off_out, size_t len, int flags )
4th parameter 'off_in' is of type 'off_t'.
fuse_fs_fallocate ( struct fuse_fs* fs, char const* path, int mode, long offset, long length, struct fuse_file_info* fi )
5th parameter 'length' is of type 'off_t'.
fuse_fs_lseek ( struct fuse_fs* fs, char const* path, long off, int whence, struct fuse_file_info* fi )
3rd parameter 'off' is of type 'off_t'.
...