003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/include
usr
/
src
/
sys
/
contrib
/
openzfs
/
include
/
📁
..
📄
.gitignore
(14 B)
📄
Makefile.am
(538 B)
📄
cityhash.h
(1.38 KB)
📄
libnvpair.h
(7.3 KB)
📄
libuutil.h
(9.81 KB)
📄
libuutil_common.h
(1.04 KB)
📄
libuutil_impl.h
(4.02 KB)
📄
libzfs.h
(32.8 KB)
📄
libzfs_core.h
(5.1 KB)
📄
libzfs_impl.h
(8.06 KB)
📄
libzfsbootenv.h
(1.22 KB)
📄
libzutil.h
(5.02 KB)
📁
os
📁
sys
📄
thread_pool.h
(1.97 KB)
📄
zfeature_common.h
(3.96 KB)
📄
zfs_comutil.h
(1.57 KB)
📄
zfs_deleg.h
(2.65 KB)
📄
zfs_fletcher.h
(4.71 KB)
📄
zfs_namecheck.h
(2.52 KB)
📄
zfs_prop.h
(4.43 KB)
Editing: cityhash.h
// Copyright (c) 2011 Google, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. /* * Copyright (c) 2017 by Delphix. All rights reserved. */ #ifndef _SYS_CITYHASH_H #define _SYS_CITYHASH_H #include <sys/zfs_context.h> #ifdef __cplusplus extern "C" { #endif uint64_t cityhash4(uint64_t, uint64_t, uint64_t, uint64_t); #ifdef __cplusplus } #endif #endif /* _SYS_CITYHASH_H */
Upload File
Create Folder