Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Djail.h451 void prison_enforce_statfs(struct ucred *cred, struct mount *mp,
/freebsd/sys/kern/
H A Dvfs_syscalls.c295 prison_enforce_statfs(td->td_ucred, mp, buf); in kern_do_statfs()
549 prison_enforce_statfs(td->td_ucred, mp, sptmp); in kern_getfsstat()
H A Dkern_jail.c3777 prison_enforce_statfs(struct ucred *cred, struct mount *mp, struct statfs *sp) in prison_enforce_statfs() function