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

/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c54 static int zfs_open(const char *path, struct open_file *f);
66 zfs_open,
102 zfs_open(const char *upath, struct open_file *f) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c37 * zfs_open() - locates a plain file object by following the MOS
58 /* cache for a file block of the currently zfs_open()-ed file */
1713 * zfs_open() locates a file in the rootpool by following the
1721 zfs_open(char *filename) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c190 zfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) function
5225 VOPNAME_OPEN, { .vop_open = zfs_open },
5258 VOPNAME_OPEN, { .vop_open = zfs_open },
5336 VOPNAME_OPEN, { .vop_open = zfs_open },
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c425 * Makes a handle from the given dataset name. Used by zfs_open() and
667 zfs_open(libzfs_handle_t *hdl, const char *path, int types) function
2300 root = zfs_open(zhp->zfs_hdl, pool,
3179 h = zfs_open(hdl, target, ZFS_TYPE_FILESYSTEM);
3182 h = zfs_open(hdl, target, ZFS_TYPE_FILESYSTEM);
3211 h = zfs_open(hdl, target, ZFS_TYPE_FILESYSTEM);
3803 if ((zhp = zfs_open(hdl, fsname, ZFS_TYPE_FILESYSTEM |
4062 zhrp = zfs_open(zhp->zfs_hdl, parentname, ZFS_TYPE_DATASET);

Completed in 85 milliseconds