Searched refs:MNTTYPE_ZFS (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_zmount.c | 87 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 D | libzfs_mount_os.c | 339 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 D | mntent.h | 34 #define MNTTYPE_ZFS "zfs" /* ZFS file system */ macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/ |
| H A D | mount_zfs.c | 317 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 D | translate.c | 106 if (strcmp(mp.mnt_fstype, MNTTYPE_ZFS) != 0) { in parse_pathname()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_iter.c | 573 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) in zfs_iter_mounted()
|
| H A D | libzfs_mount.c | 1508 strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) in zpool_disable_datasets()
|
| H A D | libzfs_util.c | 1153 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) {
|
| H A D | libzfs_dataset.c | 822 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 D | zfs_main.c | 7114 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()
|