Searched defs:zfs_mount (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c36 * zfs_mount()
255 * zfs_mount() from otherwise succeeding (the open file
328 zfs_mount(zfs_handle_t *zhp, const char *options, int flags) function
1168 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c34 * zfs_mount() - locates a valid uberblock of the root pool and reads
1614 * zfs_mount() locates a valid uberblock of the root pool and read in its MOS
1622 zfs_mount(void) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c79 static int zfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr);
88 VFSNAME_MOUNT, { .vfs_mount = zfs_mount },
221 "zfs_mount: Can't get unique major "
1539 zfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) function
2084 * from zfs_mount(). Release it here. If we came through
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c2024 zfs_mount(const spa_t *spa, uint64_t rootobj, struct zfsmount *mnt) function

Completed in 74 milliseconds