Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_system.c204 mac_system_check_swapoff(struct ucred *cred, struct vnode *vp) in mac_system_check_swapoff() function
H A Dmac_framework.h436 int mac_system_check_swapoff(struct ucred *cred, struct vnode *vp);
/freebsd/sys/vm/
H A Dswap_pager.c2864 error = mac_system_check_swapoff(cred, sp->sw_vp); in swapoff_one()