HomeSort by: relevance | last modified time | path
    Searched refs:VOP_LOOKUP (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/sys/
vnode_if.h 80 int VOP_LOOKUP(struct vnode *, struct vnode **, struct componentname *);
  /src/sys/kern/
vfs_getcwd.c 112 /* Need exclusive for UFS VOP_GETATTR (itimes) & VOP_LOOKUP. */
139 error = VOP_LOOKUP(lvp, uvpp, &cn);
221 * XXX should perhaps do VOP_LOOKUP to
366 * & VOP_LOOKUP.
vfs_lookup.c 441 * call VOP_LOOKUP routine for next component name
1040 * If the file system supports VOP_LOOKUP() with a shared lock, and
1055 * Call VOP_LOOKUP for a single lookup; return a new search directory
1164 error = VOP_LOOKUP(searchdir, &foundobj, cnp);
1322 * searchdir locked and VOP_LOOKUP() called (which can and
2205 error = VOP_LOOKUP(dvp, vpp, cnp);
vnode_if.c 419 "vop_lookup",
427 VOP_LOOKUP(struct vnode *dvp,
435 a.a_desc = VDESC(vop_lookup);
439 assert_vop_locked(dvp, "vop_lookup: dvp");
443 error = (VCALL(dvp, VOFFSET(vop_lookup), &a));
  /src/sys/fs/union/
union_subr.c 779 error = VOP_LOOKUP(dvp, &vp, cnp);
1178 error = VOP_LOOKUP(un->un_uppervp, &tvp, &cn);
union_vnops.c 279 error = VOP_LOOKUP(dvp, &tdvp, cnp);
  /src/sys/fs/unionfs/
unionfs_subr.c 341 * VOP_LOOKUP information is broken.
863 lookuperr = VOP_LOOKUP(lvp, &tvp, &cn);
876 lookuperr = VOP_LOOKUP(uvp, &tvp, &cn);
unionfs_vnops.c 163 error = VOP_LOOKUP(dtmpvp, &vp, cnp);
199 uerror = VOP_LOOKUP(udvp, &uvp, cnp);
235 lerror = VOP_LOOKUP(ldvp, &lvp, cnp);
  /src/sys/rump/librump/rumpvfs/
rumpvnode_if.c 89 error = VOP_LOOKUP(dvp, vpp, cnp);
  /src/sys/fs/autofs/
autofs_vnops.c 271 error = VOP_LOOKUP(newvp, vpp, cnp);
  /src/sys/coda/
coda_vnops.c 1508 * these are defined only for VOP_LOOKUP. We desire to reuse
1509 * cnp for a VOP_LOOKUP operation, and must be sure to not pass
1521 error = VOP_LOOKUP(dvp, ap->a_vpp, cnp);
  /src/share/man/man9/
Makefile 1116 MLINKS+=vnodeops.9 VOP_LOOKUP.9 \
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 2029 * via VFS_VGET() or if a switch to VOP_LOOKUP() is required.
2030 * ZFS snapshot directories need VOP_LOOKUP(), so that any
2146 r = VOP_LOOKUP(vp, &nvp,

Completed in 42 milliseconds