Searched refs:udf_vget (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/isofs/udf/ |
| D | udf_extern.h | 28 int udf_vget(struct mount *, ino_t, struct vnode **);
|
| D | udf_subr.c | 196 error = udf_vget(ump->um_mountp, lb - ump->um_start - 3, &vp); in udf_vat_get()
|
| D | udf_vfsops.c | 92 .vfs_vget = udf_vget, 501 error = udf_vget(mp, id, vpp); in udf_root() 545 udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp) in udf_vget() function
|
| D | udf_vnops.c | 1117 error = udf_vget(ump->um_mountp, id, &tdp); in udf_lookup()
|