Searched defs:max_size (Results 1 – 5 of 5) sorted by relevance
40 bool CheckHeaderLength(const FuseMessage<T>* self, const char* name, size_t max_size) { in CheckHeaderLength()88 size_t max_size) { in WriteInternal()179 bool FuseMessage<T>::WriteWithBody(int fd, size_t max_size, const void* data) const { in WriteWithBody()
203 uint64_t max_size; member
566 uint64_t max_size = 0; in storage_file_get_max_size() local
156 static inline bool skipBytes(borrowed_fd fd, int* max_size) { in skipBytes()168 int max_size = INCFS_MAX_SIGNATURE_SIZE - sizeof(version); in skipIdSigHeaders() local
972 std::vector<SparsePtr> resparse_file(sparse_file* s, int64_t max_size) { in resparse_file()991 static std::vector<SparsePtr> load_sparse_files(int fd, int64_t max_size) { in load_sparse_files()