Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h1004 int vfs_suser(struct mount *, struct thread *);
/f-stack/freebsd/kern/
H A Dvfs_mount.c1108 error = vfs_suser(mp, td); in vfs_domount_update()
1760 error = vfs_suser(mp, td); in dounmount()
H A Dvfs_subr.c913 vfs_suser(struct mount *mp, struct thread *td) in vfs_suser() function