Home
last modified time | relevance | path

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

/freebsd/sys/fs/udf/
H A Dudf.h120 int udf_allocv(struct mount *, struct vnode **, struct thread *);
H A Dudf_vfsops.c613 if ((error = udf_allocv(mp, &vp, td))) { in udf_vget()
614 printf("Error from udf_allocv\n"); in udf_vget()
H A Dudf_vnops.c118 udf_allocv(struct mount *mp, struct vnode **vpp, struct thread *td) in udf_allocv() function