Searched refs:prison_canseemount (Results 1 – 3 of 3) sorted by relevance
397 int prison_canseemount(struct ucred *cred, struct mount *mp);
474 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()
3187 prison_canseemount(struct ucred *cred, struct mount *mp) in prison_canseemount() function3231 if (prison_canseemount(cred, mp) != 0) { in prison_enforce_statfs()