Searched refs:fs_type (Results 1 – 7 of 7) sorted by relevance
46 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'
63 fs->fs_type = mnt->mnt_opts; in fstabscan()145 if (strcmp(fs->fs_type, type) == 0) in getfstype()
586 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()
473 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()
507 string fs_type<>;1810 union ndmp_file_name_v3 switch (ndmp_fs_type fs_type)1828 ndmp_fs_type fs_type; member
51 char *fs_type; /* FSTAB_* */ member
530 const struct fs_type { struct548 #define NUM_FS_TYPES (sizeof (fs_types) / sizeof (struct fs_type)) argument