Home
last modified time | relevance | path

Searched refs:mac_mount_check_stat (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c204 if (mac_mount_check_stat(curthread->td_ucred, mp) != 0) in ffs_susp_suspend()
/freebsd/sys/security/mac/
H A Dmac_vfs.c964 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat() function
H A Dmac_framework.h241 int mac_mount_check_stat(struct ucred *cred, struct mount *mp);
/freebsd/sys/kern/
H A Dvfs_syscalls.c287 error = mac_mount_check_stat(td->td_ucred, mp); in kern_do_statfs()
477 if (mac_mount_check_stat(td->td_ucred, mp) != 0) { in kern_getfsstat()
507 if (mac_mount_check_stat(td->td_ucred, mp) != 0) { in kern_getfsstat()
4752 error = mac_mount_check_stat(td->td_ucred, mp); in kern_fhstatfs()