Searched refs:mac_vnode_check_chdir (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/security/mac/
H A Dmac_framework.h378 int mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp);
H A Dmac_vfs.c391 mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp) function
395 ASSERT_VOP_LOCKED(dvp, "mac_vnode_check_chdir");
/freebsd-12-stable/sys/kern/
H A Dvfs_syscalls.c986 error = mac_vnode_check_chdir(td->td_ucred, vp);

Completed in 127 milliseconds