Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/mac/
H A Dmac_framework.h427 int mac_vnode_check_stat(struct ucred *active_cred,
H A Dmac_vfs.c892 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat() function
/freebsd-12.1/sys/kern/
H A Dvfs_vnops.c1367 error = mac_vnode_check_stat(active_cred, file_cred, vp); in vn_stat()