Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_vfs.c956 mac_mount_create(struct ucred *cred, struct mount *mp) in mac_mount_create() function
H A Dmac_framework.h194 void mac_mount_create(struct ucred *cred, struct mount *mp);
/f-stack/freebsd/kern/
H A Dvfs_mount.c528 mac_mount_create(cred, mp); in vfs_mount_alloc()