Searched refs:udf_allocv (Results 1 – 3 of 3) sorted by relevance
120 int udf_allocv(struct mount *, struct vnode **, struct thread *);
613 if ((error = udf_allocv(mp, &vp, td))) { in udf_vget() 614 printf("Error from udf_allocv\n"); in udf_vget()
118 udf_allocv(struct mount *mp, struct vnode **vpp, struct thread *td) in udf_allocv() function