Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/udf/
HDudf.h130 int udf_allocv(struct mount *, struct vnode **);
HDudf_vfsops.c535 if ((error = udf_allocv(mp, &vp))) { in udf_vget()
HDudf_vnops.c171 udf_allocv(struct mount *mp, struct vnode **vpp) in udf_allocv() function