Home
last modified time | relevance | path

Searched refs:vn_openat (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c171 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, in vn_openat() function
383 if (vn_openat(name, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0, rootdir, in kobj_open_file()
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c217 error = vn_openat(open_filename, seg, filemode, in copen()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h263 extern int vn_openat(char *path, int x1, int oflags, int mode, vnode_t **vpp,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c110 error = vn_openat(vd->vdev_path + 1, UIO_SYSSPACE, in vdev_file_open()
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c257 error = vn_openat(file, UIO_SYSSPACE, in create_core_file()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1237 int vn_openat(char *pnamep, enum uio_seg seg, int filemode, int createmode,
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1244 int vn_openat(char *pnamep, enum uio_seg seg, int filemode, int createmode,
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1326 int vn_openat(char *pnamep, enum uio_seg seg, int filemode, int createmode,
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c937 return (vn_openat(pnamep, seg, filemode, createmode, vpp, crwhy, in vn_open()
949 vn_openat( in vn_openat() function
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3553 Errno = vn_openat(filename, UIO_SYSSPACE, FREAD, 0, &vp, in kobj_open()