Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_alq.c448 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL); in alq_open_flags()
H A Dvfs_default.c710 error = vn_open_cred(&nd, &flags, 0, VN_OPEN_NOAUDIT, cred, NULL); in vop_stdvptocnp()
H A Dvfs_vnops.c194 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); in vn_open()
229 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() function
H A Dkern_sig.c3888 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open_last()
4063 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open()
H A Dvfs_syscalls.c1171 error = vn_open_cred(&nd, &flags, cmode, VN_OPEN_WANTIOCTLCAPS, in openatfp()
/freebsd/sys/sys/
H A Dvnode.h780 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c5365 error = vn_open_cred(&nd, &flags, 0, VN_OPEN_INVFS, ap->a_cred, NULL); in zfs_getextattr_dir()
5652 error = vn_open_cred(&nd, &flags, 0600, VN_OPEN_INVFS, ap->a_cred, in zfs_setextattr_dir()