Home
last modified time | relevance | path

Searched refs:vn_open_cred (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/cddl/compat/opensolaris/kern/
HDopensolaris_kobj.c88 error = vn_open_cred(&nd, &flags, 0, 0, curthread->td_ucred, NULL); in kobj_open_file_vnode()
/trueos/sys/cddl/compat/opensolaris/sys/
HDvnode.h198 error = vn_open_cred(&nd, &filemode, createmode, 0, td->td_ucred, NULL); in vn_openat()
/trueos/sys/kern/
HDkern_alq.c448 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL); in alq_open_flags()
HDvfs_default.c806 error = vn_open_cred(&nd, &flags, 0, VN_OPEN_NOAUDIT, cred, NULL); in vop_stdvptocnp()
HDvfs_vnops.c164 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp));
176 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() function
HDkern_sig.c3207 error = vn_open_cred(&nd, &flags, cmode, oflags, in corefile_open()
3223 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, NULL); in corefile_open()
/trueos/sys/sys/
HDvnode.h675 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vnops.c6747 error = vn_open_cred(&nd, &flags, 0, 0, ap->a_cred, NULL); in zfs_getextattr()
6884 error = vn_open_cred(&nd, &flags, 0600, 0, ap->a_cred, NULL); in zfs_setextattr()