| /f-stack/freebsd/contrib/openzfs/lib/libshare/ |
| H A D | libshare_impl.h | 43 int (*enable_share)(sa_share_impl_t share); 44 int (*disable_share)(sa_share_impl_t share); 45 boolean_t (*is_shared)(sa_share_impl_t share);
|
| /f-stack/freebsd/contrib/openzfs/etc/init.d/ |
| H A D | README.md | 28 If you have code to share that fixes the problem, that is much better. 48 update-rc.d zfs-share start 27 2 3 4 5 . stop 05 0 1 6 . 55 chkconfig zfs-share 62 rc-update add zfs-share default 70 'share' service. 72 Finally, we share filesystems configured with the share\* property.
|
| H A D | .gitignore | 3 zfs-share
|
| H A D | Makefile.am | 5 init_SCRIPTS = zfs-import zfs-mount zfs-share zfs-zed
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_001_pos.ksh | 75 log_must zfs share -a 104 log_must zfs share $filesystem 109 log_mustnot zfs share $filesystem 141 log_must zfs share -a
|
| H A D | zfs_share_concurrent_shares.ksh | 77 log_must zfs share -a 117 zfs share $filesystem || \ 123 zfs share $filesystem && \ 176 log_must zfs share -a
|
| H A D | zfs_share_009_neg.ksh | 68 log_must zfs share $fs 71 log_mustnot zfs share $fs
|
| H A D | zfs_share_002_pos.ksh | 57 log_assert "Verify that "zfs share" with a non-existent file system fails." 63 zfs share $TESTPOOL/$NONEXISTFSNAME
|
| H A D | zfs_share_012_pos.ksh | 61 zfs share -a 82 log_must zfs share -a
|
| /f-stack/freebsd/contrib/openzfs/tests/ |
| H A D | README.md | 45 $ /usr/share/zfs/zfs-tests.sh 108 /usr/share/zfs/runfiles. To specify a custom runfile, use the -r option: 110 $ /usr/share/zfs/zfs-tests.sh -r my_tests.run 122 $ /usr/share/zfs/zfs-tests.sh -v -d /tmp/test 125 Runfile: /usr/share/zfs/runfiles/linux.run 126 STF_TOOLS: /usr/share/zfs/test-runner 127 STF_SUITE: /usr/share/zfs/zfs-tests 140 /usr/share/zfs/test-runner/bin/test-runner.py -c /usr/share/zfs/runfiles/linux.run \ 141 -T functional -i /usr/share/zfs/zfs-tests -I 1 142 Test: /usr/share/zfs/zfs-tests/tests/functional/arc/setup (run as root) [00:00] [PASS] [all …]
|
| /f-stack/tools/libxo/ |
| H A D | libxo-config.in | 29 --share print share directory 84 --share)
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/hooks/ |
| H A D | zfsunlock.in | 16 . /usr/share/initramfs-tools/hook-functions 18 copy_exec /usr/share/initramfs-tools/zfsunlock /usr/bin/zfsunlock
|
| H A D | Makefile.am | 3 hooksdir = /usr/share/initramfs-tools/hooks
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 211 #define SHR_HDR(program, share, start_idx, flags) \ argument 212 rta_shr_header(program, share, start_idx, flags) 229 #define JOB_HDR(program, share, start_idx, share_desc, flags) \ argument 230 rta_job_header(program, share, start_idx, share_desc, flags, 0) 249 #define JOB_HDR_EXT(program, share, start_idx, share_desc, flags, ext_flags) \ argument 250 rta_job_header(program, share, start_idx, share_desc, flags | EXT, \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
| H A D | zfs_unshare_001_pos.ksh | 102 is_shared $mntp || log_must zfs share $filesystem 110 log_must zfs share $filesystem 151 log_must zfs share ${mntp_fs[((i+1))]}
|
| H A D | zfs_unshare_006_pos.ksh | 71 log_must zfs share -a 83 log_must zfs share -a
|
| H A D | setup.ksh | 30 share -s
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | header_cmd.h | 42 enum rta_share_type share, in rta_shr_header() argument 55 switch (share) { in rta_shr_header() 112 enum rta_share_type share, in rta_job_header() argument 127 switch (share) { in rta_job_header()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | algo.h | 291 enum rta_share_type share, in cnstr_shdsc_blkcipher() argument 311 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_blkcipher() 385 enum rta_share_type share, in cnstr_shdsc_hmac() argument 431 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_hmac() 489 enum rta_share_type share, in cnstr_shdsc_hash() argument 531 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_hash() 693 enum rta_share_type share, in cnstr_shdsc_gcm_encap() argument 716 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_gcm_encap() 802 enum rta_share_type share, in cnstr_shdsc_gcm_decap() argument 823 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_gcm_decap()
|
| H A D | ipsec.h | 754 enum rta_share_type share, in cnstr_shdsc_ipsec_encap() argument 772 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_encap() 822 enum rta_share_type share, in cnstr_shdsc_ipsec_decap() argument 840 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_decap() 1231 enum rta_share_type share, in cnstr_shdsc_ipsec_new_encap() argument 1258 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_new_encap() 1349 enum rta_share_type share, in cnstr_shdsc_ipsec_new_decap() argument 1373 phdr = SHR_HDR(p, share, hdr, 0); in cnstr_shdsc_ipsec_new_decap() 1502 enum rta_share_type share, in cnstr_shdsc_authenc() argument 1538 SHR_HDR(p, share, 1, SC); in cnstr_shdsc_authenc()
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/conf.d/ |
| H A D | Makefile.am | 1 confddir = /usr/share/initramfs-tools/conf.d
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/scripts/local-top/ |
| H A D | Makefile.am | 1 localtopdir = /usr/share/initramfs-tools/scripts/local-top
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/scripts/ |
| H A D | Makefile.am | 1 scriptsdir = /usr/share/initramfs-tools/scripts
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/conf-hooks.d/ |
| H A D | Makefile.am | 1 confhooksddir = /usr/share/initramfs-tools/conf-hooks.d
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/ |
| H A D | Makefile.am | 1 initrddir = /usr/share/initramfs-tools
|