Searched refs:vfs_suser (Results 1 – 3 of 3) sorted by relevance
1004 int vfs_suser(struct mount *, struct thread *);
1108 error = vfs_suser(mp, td); in vfs_domount_update()1760 error = vfs_suser(mp, td); in dounmount()
913 vfs_suser(struct mount *mp, struct thread *td) in vfs_suser() function