Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Djail.h397 int prison_canseemount(struct ucred *cred, struct mount *mp);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c474 if (prison_canseemount(td->td_ucred, mp) != 0) { in kern_getfsstat()
504 if (prison_canseemount(td->td_ucred, mp) != 0) { in kern_getfsstat()
4631 error = prison_canseemount(td->td_ucred, mp); in kern_fhstatfs()
H A Dkern_jail.c3187 prison_canseemount(struct ucred *cred, struct mount *mp) in prison_canseemount() function
3231 if (prison_canseemount(cred, mp) != 0) { in prison_enforce_statfs()