Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_system.c206 mac_system_check_swapoff(struct ucred *cred, struct vnode *vp) in mac_system_check_swapoff() function
H A Dmac_framework.h369 int mac_system_check_swapoff(struct ucred *cred, struct vnode *vp);
/f-stack/freebsd/vm/
H A Dswap_pager.c2493 error = mac_system_check_swapoff(cred, sp->sw_vp); in swapoff_one()