HomeSort by: relevance | last modified time | path
    Searched defs:zfs_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c 35 * zfs_mount()
271 zfs_mount(zfs_handle_t *zhp, const char *options, int flags) function
1168 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
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,
523 "zfs_mount: Can't get unique major "
1921 zfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr)
1925 zfs_mount(vfs_t *vfsp)
1929 zfs_mount(vfs_t *vfsp, const char *path, void *data, size_t *data_len) function
2774 * from zfs_mount(). Release it here. If we came through

Completed in 25 milliseconds