Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Djail.h398 void prison_enforce_statfs(struct ucred *cred, struct mount *mp,
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c296 prison_enforce_statfs(td->td_ucred, mp, buf); in kern_do_statfs()
552 prison_enforce_statfs(td->td_ucred, mp, sptmp); in kern_getfsstat()
H A Dkern_jail.c3222 prison_enforce_statfs(struct ucred *cred, struct mount *mp, struct statfs *sp) in prison_enforce_statfs() function