Home
last modified time | relevance | path

Searched refs:vfs_suser (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/sys/
Dmount.h893 int vfs_suser(struct mount *, struct thread *);
/freebsd-10-stable/sys/kern/
Dvfs_mount.c974 error = vfs_suser(mp, td); in vfs_domount_update()
1305 error = vfs_suser(mp, td); in dounmount()
Dvfs_subr.c644 vfs_suser(struct mount *mp, struct thread *td) in vfs_suser() function
/freebsd-10-stable/sys/nfsclient/
Dnfs_vfsops.c1537 error = vfs_suser(mp, req->td); in nfs_sysctl()
/freebsd-10-stable/share/man/man9/
DMakefile297 vfs_suser.9 \
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c1740 error = vfs_suser(mp, req->td); in nfs_sysctl()