Home
last modified time | relevance | path

Searched refs:MNTTYPE_ZFS (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c87 assert(strcmp(fstype, MNTTYPE_ZFS) == 0); in do_mount_()
124 return (do_mount_(zfs_get_name(zhp), mntpt, flags, MNTTYPE_ZFS, NULL, 0, in do_mount()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c339 if (mount(src, mntpt, MNTTYPE_ZFS, mntflags, myopts)) { in do_mount()
346 "-t", MNTTYPE_ZFS, in do_mount()
387 "-t", MNTTYPE_ZFS, in do_unmount()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmntent.h34 #define MNTTYPE_ZFS "zfs" /* ZFS file system */ macro
/f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c317 error = mount(dataset, mntpoint, MNTTYPE_ZFS, in main()
366 error = mtab_update(dataset, mntpoint, MNTTYPE_ZFS, mtabopt); in main()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c106 if (strcmp(mp.mnt_fstype, MNTTYPE_ZFS) != 0) { in parse_pathname()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c573 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) in zfs_iter_mounted()
H A Dlibzfs_mount.c1508 strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) in zpool_disable_datasets()
H A Dlibzfs_util.c1153 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) {
H A Dlibzfs_dataset.c822 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) in libzfs_mnttab_update()
890 srch.mnt_fstype = MNTTYPE_ZFS; in libzfs_mnttab_find()
928 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7114 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0 || in share_mount()
7226 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) { in unshare_unmount_path()
7389 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) in unshare_unmount()