Searched refs:zfs_mount (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 95 static int zfs_mount(vfs_t *vfsp); 108 .vfs_mount = zfs_mount, 135 static int zfs_mount(vfs_t *vfsp, const char *path, void *data, size_t *data_len); 166 .vfs_mount = zfs_mount, 1921 zfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in zfs_mount() function 1925 zfs_mount(vfs_t *vfsp) in zfs_mount() 1929 zfs_mount(vfs_t *vfsp, const char *path, void *data, size_t *data_len) in zfs_mount()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_mount.c | 271 zfs_mount(zfs_handle_t *zhp, const char *options, int flags) in zfs_mount() function 1168 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0) in zpool_enable_datasets()
|
| H A D | libzfs_changelist.c | 246 if (zfs_mount(cn->cn_handle, NULL, 0) != 0) in changelist_postfix()
|
| H A D | libzfs.h | 712 extern int zfs_mount(zfs_handle_t *, const char *, int);
|
| H A D | libzfs_dataset.c | 3170 if (zfs_mount(h, NULL, 0) != 0) { in create_parents()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
| H A D | zinject.c | 1088 ret = (zfs_mount(zhp, NULL, 0) != 0); in main()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_main.c | 715 if ((ret = zfs_mount(clone, NULL, 0)) != 0) { in zfs_do_clone() 933 if (zfs_mount(zhp, NULL, 0) != 0) { in zfs_do_create() 6002 zfs_mount(zhp, NULL, 0) != 0) in share_mount_one() 6041 if (zfs_mount(zhp, options, flags) != 0) in share_mount_one()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
| H A D | zpool_main.c | 1067 if (zfs_mount(pool, NULL, 0) == 0) in zpool_do_create()
|