Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_007_pos.ksh46 set -A fs_type "all" "filesystem" "snapshot"
48 set -A fs_type ${fs_type[*]} "volume"
80 log_mustnot zfs list -rH -o name -t ${fs_type[$fs]} $DEPTH_FS | egrep -e '$eg_opt'
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c586 fsip->fs_type = ndmp_malloc(MNTTYPE_LEN); in ndmpd_config_get_fs_info_v3()
587 if (!fsip->fs_logical_device || !fsip->fs_type) { in ndmpd_config_get_fs_info_v3()
589 free(fsip->fs_type); in ndmpd_config_get_fs_info_v3()
593 (void) snprintf(fsip->fs_type, MNTTYPE_LEN, "%s", in ndmpd_config_get_fs_info_v3()
627 free(fsip->fs_type); in ndmpd_config_get_fs_info_v3()
636 NDMP_SETENV(envp, "TYPE", fsip->fs_type); in ndmpd_config_get_fs_info_v3()
661 free(fsip->fs_type); in ndmpd_config_get_fs_info_v3()
H A Dndmpd_fhistory.c473 file_name_entry->fs_type = NDMP_FS_UNIX; in ndmpd_api_file_history_file_v3()
483 file_stat_entry->fs_type = NDMP_FS_UNIX; in ndmpd_api_file_history_file_v3()
587 dir_name_entry->fs_type = NDMP_FS_UNIX; in ndmpd_api_file_history_dir_v3()
698 file_stat_entry->fs_type = NDMP_FS_UNIX; in ndmpd_api_file_history_node_v3()
H A Dndmp.x507 string fs_type<>;
1810 union ndmp_file_name_v3 switch (ndmp_fs_type fs_type)
1828 ndmp_fs_type fs_type; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c530 const struct fs_type { struct
548 #define NUM_FS_TYPES (sizeof (fs_types) / sizeof (struct fs_type)) argument