Searched defs:zfs_mount (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 36 * 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 D | fsys_zfs.c | 34 * 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 D | zfs_vfsops.c | 79 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 D | zfsimpl.c | 2024 zfs_mount(const spa_t *spa, uint64_t rootobj, struct zfsmount *mnt) function
|
Completed in 234 milliseconds