Lines Matching defs:zfs
1402 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root));
3995 if (strncmp(vfs.f_basetype, "zfs", strlen("zfs")) == 0) {
5606 char *zfs;
5628 ufs = zfs = lu = NULL;
5649 if (zfs == NULL &&
5652 zfs = s_strdup(tmpsign);
5656 BAM_DPRINTF(("%s: existing primary signs: zfs=%s ufs=%s lu=%s\n", fcn,
5657 zfs ? zfs : "NULL",
5666 if (strcmp(fstype, "ufs") == 0 && zfs) {
5668 "filesystem type: %s.\n"), zfs, "ufs");
5669 free(zfs);
5670 zfs = NULL;
5671 } else if (strcmp(fstype, "zfs") == 0 && ufs) {
5673 "filesystem type: %s.\n"), ufs, "zfs");
5687 return (zfs ? zfs : ufs);
5697 char *zfs;
5721 ufs = zfs = lu = NULL;
5737 if (zfs == NULL &&
5740 zfs = s_strdup(tmpsign);
5744 BAM_DPRINTF(("%s: existing backup signs: zfs=%s ufs=%s lu=%s\n", fcn,
5745 zfs ? zfs : "NULL",
5754 if (strcmp(fstype, "ufs") == 0 && zfs) {
5756 "filesystem type: %s.\n"), zfs, "ufs");
5757 free(zfs);
5758 zfs = NULL;
5759 } else if (strcmp(fstype, "zfs") == 0 && ufs) {
5761 "filesystem type: %s.\n"), ufs, "zfs");
5775 return (zfs ? zfs : ufs);
5859 "/sbin/zfs get -Ho value mounted %s",
5886 return (get_mountpoint(pool, "zfs"));
5915 "/sbin/mount -F zfs %s %s",
5956 "/sbin/zfs get -Ho value mountpoint %s",
5980 "/sbin/zfs get -Ho value mounted %s",
6015 "/sbin/zfs mount %s", pool);
6030 "/sbin/zfs get -Ho value mountpoint %s",
6105 "/sbin/zfs unmount %s", pool);
6164 * Call the zfs fstyp directly since this is a zpool. This avoids
6168 "/usr/lib/fs/zfs/fstyp -a %s 2>/dev/null | /bin/grep '^name:'",
6228 sign = find_primary_common(mntpt, "zfs");
6230 sign = find_backup_common(mntpt, "zfs");
6253 } else if (strcmp(fstype, "zfs") == 0) {
7177 if (strcmp(fstype, "zfs") == 0) {
7353 } else if (strcmp(fstype, "zfs") == 0) {
7509 } else if (strcmp(fstype, "zfs") == 0) {
9128 * If this is a zfs file system and kernbuf does not
9131 if (strcmp(fstype, "zfs") == 0 && !strstr(kernbuf, ZFS_BOOT)) {
9740 if (strcmp(fstype, "zfs") == 0) {
9759 if (strcmp(fstype, "zfs") == 0) {