Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_alq.c448 error = vn_open_cred(&nd, &oflags, cmode, 0, cred, NULL); in alq_open_flags()
HDvfs_default.c713 error = vn_open_cred(&nd, &flags, 0, VN_OPEN_NOAUDIT, cred, NULL); in vop_stdvptocnp()
HDvfs_vnops.c196 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp)); in vn_open()
231 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() function
HDkern_sig.c3942 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open_last()
4117 error = vn_open_cred(&nd, &flags, cmode, oflags, td->td_ucred, in corefile_open()
HDvfs_syscalls.c1173 error = vn_open_cred(&nd, &flags, cmode, VN_OPEN_WANTIOCTLCAPS, in openatfp()
/freebsd-14-stable/sys/sys/
HDvnode.h783 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vnops_os.c5193 error = vn_open_cred(&nd, &flags, 0, VN_OPEN_INVFS, ap->a_cred, NULL); in zfs_getextattr_dir()
5480 error = vn_open_cred(&nd, &flags, 0600, VN_OPEN_INVFS, ap->a_cred, in zfs_setextattr_dir()