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: Makefile.am
SUBDIRS = sys os COMMON_H = \ cityhash.h \ zfeature_common.h \ zfs_comutil.h \ zfs_deleg.h \ zfs_fletcher.h \ zfs_namecheck.h \ zfs_prop.h USER_H = \ libnvpair.h \ libuutil_common.h \ libuutil.h \ libuutil_impl.h \ libzfs.h \ libzfsbootenv.h \ libzfs_core.h \ libzfs_impl.h \ libzutil.h \ thread_pool.h if CONFIG_USER libzfsdir = $(includedir)/libzfs libzfs_HEADERS = $(COMMON_H) $(USER_H) endif if CONFIG_KERNEL if BUILD_LINUX kerneldir = @prefix@/src/zfs-$(VERSION)/include kernel_HEADERS = $(COMMON_H) endif endif
Upload File
Create Folder