Home
last modified time | relevance | path

Searched refs:mac_mount_check_mount (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_vfs.c133 mac_mount_check_mount(struct ucred *cred, struct vnode *vp, in mac_mount_check_mount() function
H A Dmac_framework.h252 int mac_mount_check_mount(struct ucred *cred, struct vnode *vp,
/freebsd/sys/kern/
H A Dvfs_mount.c1167 error = mac_mount_check_mount(td->td_ucred, vp, vfsp, in vfs_domount_first()