Lines Matching defs:sfeatures
407 struct zfs_mod_supported_features *sfeatures =
415 redundant_metadata_table, sfeatures);
419 sync_table, sfeatures);
425 "CHECKSUM", checksum_table, sfeatures);
430 "DEDUP", dedup_table, sfeatures);
437 "COMPRESS", compress_table, sfeatures);
440 "disabled | hidden | visible", "SNAPDIR", snapdir_table, sfeatures);
443 "hidden | visible", "SNAPDEV", snapdev_table, sfeatures);
447 acl_mode_table, sfeatures);
456 "off | nfsv4 | posix", "ACLTYPE", acltype_table, sfeatures);
460 "ACLINHERIT", acl_inherit_table, sfeatures);
463 "1 | 2 | 3", "COPIES", copies_table, sfeatures);
467 "all | none | metadata", "PRIMARYCACHE", cache_table, sfeatures);
471 "all | none | metadata", "SECONDARYCACHE", cache_table, sfeatures);
475 "none | metadata | all", "PREFETCH", prefetch_table, sfeatures);
478 "latency | throughput", "LOGBIAS", logbias_table, sfeatures);
481 "on | off | dir | sa", "XATTR", xattr_table, sfeatures);
485 sfeatures);
490 sfeatures);
494 sfeatures);
498 ZFS_TYPE_FILESYSTEM, "on | off", "ATIME", boolean_table, sfeatures);
501 sfeatures);
504 boolean_table, sfeatures);
507 boolean_table, sfeatures);
510 boolean_table, sfeatures);
513 boolean_table, sfeatures);
517 sfeatures);
520 ZFS_TYPE_FILESYSTEM, "on | off", "ZONED", boolean_table, sfeatures);
523 ZFS_TYPE_FILESYSTEM, "on | off", "VSCAN", boolean_table, sfeatures);
526 boolean_table, sfeatures);
529 sfeatures);
534 "1 | 2 | 3 | 4 | 5 | current", "VERSION", version_table, sfeatures);
537 "CANMOUNT", canmount_table, sfeatures);
542 sfeatures);
545 boolean_table, sfeatures);
549 "KEYSTATUS", keystatus_table, sfeatures);
555 normalize_table, sfeatures);
559 "sensitive | insensitive | mixed", "CASE", case_table, sfeatures);
564 sfeatures);
569 crypto_table, sfeatures);
574 "on | off", "UTF8ONLY", boolean_table, sfeatures);
579 sfeatures);
581 ZFS_TYPE_SNAPSHOT, "<dataset>[,...]", "CLONES", sfeatures);
584 "MOUNTPOINT", sfeatures);
587 "SHARENFS", sfeatures);
590 "filesystem | volume | snapshot | bookmark", "TYPE", sfeatures);
593 "on | off | SMB share options", "SHARESMB", sfeatures);
596 "<sensitivity label>", "MLSLABEL", sfeatures);
599 "CONTEXT", sfeatures);
602 "FSCONTEXT", sfeatures);
605 "DEFCONTEXT", sfeatures);
608 "ROOTCONTEXT", sfeatures);
612 "<string token>", "RESUMETOK", sfeatures);
615 "ENCROOT", sfeatures);
619 sfeatures);
623 "RSNAPS", sfeatures);
627 ZFS_TYPE_DATASET, "<size>", "USED", B_FALSE, sfeatures);
630 B_FALSE, sfeatures);
633 "REFER", B_FALSE, sfeatures);
636 "<1.00x or higher if compressed>", "RATIO", B_FALSE, sfeatures);
639 "<1.00x or higher if compressed>", "REFRATIO", B_FALSE, sfeatures);
643 sfeatures);
646 boolean_table, sfeatures);
649 "USEDSNAP", B_FALSE, sfeatures);
652 "USEDDS", B_FALSE, sfeatures);
655 "USEDCHILD", B_FALSE, sfeatures);
659 B_FALSE, sfeatures);
661 ZFS_TYPE_SNAPSHOT, "<count>", "USERREFS", B_FALSE, sfeatures);
663 ZFS_TYPE_DATASET, "<size>", "WRITTEN", B_FALSE, sfeatures);
666 "LUSED", B_FALSE, sfeatures);
669 "LREFER", B_FALSE, sfeatures);
672 "<count>", "FSCOUNT", B_FALSE, sfeatures);
675 "<count>", "SSCOUNT", B_FALSE, sfeatures);
678 B_TRUE, sfeatures);
681 B_TRUE, sfeatures);
684 "<iters>", "PBKDF2ITERS", B_TRUE, sfeatures);
687 sfeatures);
691 ZFS_TYPE_FILESYSTEM, "<size> | none", "QUOTA", B_FALSE, sfeatures);
694 "<size> | none", "RESERV", B_FALSE, sfeatures);
697 B_FALSE, sfeatures);
700 sfeatures);
703 "<size> | none", "REFRESERV", B_FALSE, sfeatures);
706 "<count> | none", "FSLIMIT", B_FALSE, sfeatures);
709 "<count> | none", "SSLIMIT", B_FALSE, sfeatures);
715 sfeatures);
719 sfeatures);
723 PROP_READONLY, ZFS_TYPE_SNAPSHOT, "NUMCLONES", B_FALSE, sfeatures);
726 B_TRUE, sfeatures);
729 B_TRUE, sfeatures);
732 "STMF_SBD_LU", B_TRUE, sfeatures);
735 "USERACCOUNTING", B_FALSE, sfeatures);
737 PROP_READONLY, ZFS_TYPE_DATASET, "UNIQUE", B_FALSE, sfeatures);
740 B_FALSE, sfeatures);
744 sfeatures);
747 B_TRUE, sfeatures);
751 sfeatures);
753 PROP_READONLY, ZFS_TYPE_DATASET, "KEYGUID", B_TRUE, sfeatures);
755 PROP_READONLY, ZFS_TYPE_DATASET, "REDACTED", B_FALSE, sfeatures);
763 PROP_READONLY, ZFS_TYPE_DATASET, "REMAPTXG", B_FALSE, sfeatures);
769 "<date>", "CREATION", B_FALSE, B_TRUE, B_TRUE, NULL, sfeatures);
774 B_TRUE, NULL, sfeatures);
778 sfeatures);
780 zfs_mod_list_supported_free(sfeatures);