Searched refs:SA_NO_PROTOCOL (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 102 const enum sa_protocol smb[] = {SA_PROTOCOL_SMB, SA_NO_PROTOCOL}; in changelist_prefix() enumerator 276 {SA_PROTOCOL_NFS, SA_NO_PROTOCOL}; in changelist_postfix() enumerator 285 {SA_PROTOCOL_SMB, SA_NO_PROTOCOL}; in changelist_postfix() enumerator 300 *p++ = SA_NO_PROTOCOL; in changelist_postfix() 389 for (const enum sa_protocol *p = proto; *p != SA_NO_PROTOCOL; ++p) in changelist_unshare()
|
H A D | libzfs_mount.c | 99 SA_NO_PROTOCOL enumerator 719 for (curr_proto = proto; *curr_proto != SA_NO_PROTOCOL; curr_proto++) { in zfs_share() 768 for (const enum sa_protocol *p = proto; *p != SA_NO_PROTOCOL; ++p) in zfs_is_shared() 787 for (const enum sa_protocol *p = proto; *p != SA_NO_PROTOCOL; ++p) in zfs_commit_shares() 797 for (const enum sa_protocol *p = proto; *p != SA_NO_PROTOCOL; ++p) in zfs_truncate_shares() 821 *curr_proto != SA_NO_PROTOCOL; curr_proto++) in zfs_unshare()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 966 #define SA_NO_PROTOCOL -1 macro
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 7295 enum sa_protocol prot[] = {SA_PROTOCOL_NFS, SA_NO_PROTOCOL}; in share_mount_one() enumerator 7319 if (zfs_share(zhp, protocol == SA_NO_PROTOCOL ? NULL : prot)) in share_mount_one() 7516 enum sa_protocol protocol = SA_NO_PROTOCOL; in share_mount() 7654 ret = share_mount_one(zhp, op, flags, SA_NO_PROTOCOL, in share_mount() 7871 single_protocol[] = {SA_NO_PROTOCOL, SA_NO_PROTOCOL}; in unshare_unmount() enumerator
|