Home
last modified time | relevance | path

Searched refs:VOP_LOOKUP (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c126 zr->zr_retcode = VOP_LOOKUP(dvn, zr->zr_file, &fvn, in zut_readdir()
152 zr->zr_retcode = VOP_LOOKUP(fvn, "", &dvn, NULL, in zut_readdir()
308 zl->zl_retcode = VOP_LOOKUP(dvn, zl->zl_file, &fvn, NULL, flags, NULL, in zut_lookup()
337 zl->zl_retcode = VOP_LOOKUP(fvn, "", &xdvn, NULL, in zut_lookup()
344 zl->zl_retcode = VOP_LOOKUP(xdvn, zl->zl_xfile, &xfvn, in zut_lookup()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c382 error = VOP_LOOKUP(vp, component, &cvp, pnp, lookup_flags, in lookuppnvp()
400 error = VOP_LOOKUP(vp, component, &cvp, pnp, lookup_flags, in lookuppnvp()
874 error = VOP_LOOKUP(dvp, dp->d_name, &cmpvp, &pnp, 0, in dirfindvp()
906 error = VOP_LOOKUP(dvp, ".zfs", &cmpvp, &pnp, 0, vrootp, cr, in dirfindvp()
965 if (VOP_LOOKUP(vp, component, &cvp, &pn, 0, rootdir, cr, in localpath()
1214 if ((err = VOP_LOOKUP(vp, "..", &pvp, &emptypn, 0, vrootp, cr, in dirtopath()
H A Dxattr.c990 error = VOP_LOOKUP(gfs_file_parent(gfs_dvp), nm, &realvp, &pn, in xattr_dir_realdir()
1323 error = VOP_LOOKUP(dvp, nm, &vp, &pn, in readdir_xattr_casecmp()
1554 error = VOP_LOOKUP(pvp, (char *)nm, vpp, &pn, flags, rootvp, in xattr_lookup_cb()
1641 error = VOP_LOOKUP(dvp, nm, vpp, &pn, in xattr_dir_lookup()
1723 error = VOP_LOOKUP(pvp, nm, &dvp, &pn, LOOKUP_XATTR|CREATE_XATTR_DIR, in xattr_dir_vget()
1751 error = VOP_LOOKUP(dvp, nm, vpp, &pn, 0, rootvp, CRED(), NULL, in xattr_dir_vget()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_lookup.c105 error = VOP_LOOKUP(cvp, component, &nvp, &pn, flags, in fake_lookup()
H A Dfake_open.c169 error = VOP_LOOKUP(vp, NULL, &xvp, NULL, in vn_open()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c312 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags, in lookuppnvp()
330 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags, in lookuppnvp()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c706 error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cred, ct, NULL, NULL); in sdev_create()
964 error = VOP_LOOKUP(odvp, onm, &ovp, NULL, 0, NULL, cred, ct, in sdev_rename()
981 error = VOP_LOOKUP(ndvp, nnm, &nvp, NULL, 0, NULL, cred, ct, in sdev_rename()
1186 error = VOP_LOOKUP(dvp, lnm, &vp, NULL, 0, NULL, cred, ct, NULL, NULL); in sdev_symlink()
1261 error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cred, ct, NULL, NULL); in sdev_mkdir()
H A Dsdev_profile.c76 if (advp && VOP_LOOKUP(advp, name, avpp, NULL, 0, NULL, kcred, in prof_getattr()
213 error = VOP_LOOKUP(SDEVTOV(gdir), name, &gnewdir, in prof_make_dir()
391 if (VOP_LOOKUP(SDEVTOV(gdir), name, &gvp, NULL, 0, NULL, kcred, in is_nonempty_dir()
H A Dsdev_subr.c1291 rval = VOP_LOOKUP(rdvp, nm, rvp, NULL, 0, NULL, kcred, NULL, NULL, in devname_backstore_lookup()
1478 error = VOP_LOOKUP(rdvp, nm, rvp, NULL, 0, NULL, cred, NULL, NULL, in sdev_shadow_node()
2582 error = VOP_LOOKUP(vp, nm, &cvp, NULL, 0, NULL, kcred, NULL, in sdev_modctl_lookup()
H A Dsdev_zvolops.c473 rc = VOP_LOOKUP(dvp, nvpair_name(elem), &vp, NULL, 0, in devzvol_create_pool_dirs()
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c180 error = VOP_LOOKUP(startvp, "", &sdvp, &pn, in copen()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_srv.c413 error = VOP_LOOKUP(vp, "", &avp, NULL, flags, NULL, cr, in acl2_getxattrdir()
654 error = VOP_LOOKUP(vp, "", &avp, NULL, flags, NULL, cr, in acl3_getxattrdir()
H A Dnfs_srv.c547 error = VOP_LOOKUP(dvp, name, &vp, NULL, 0, NULL, cr, in rfs_lookup()
1905 error = VOP_LOOKUP(dvp, name, &tvp, NULL, 0, NULL, cr, in rfs_create()
1938 lookuperr = VOP_LOOKUP(dvp, name, &tvp, NULL, 0, NULL, cr, in rfs_create()
2100 error = VOP_LOOKUP(vp, da->da_name, &targvp, NULL, 0, in rfs_remove()
2229 error = VOP_LOOKUP(fromvp, args->rna_from.da_name, &srcvp, NULL, 0, in rfs_rename()
2251 VOP_LOOKUP(tovp, args->rna_to.da_name, &targvp, NULL, 0, NULL, cr, in rfs_rename()
2457 lerror = VOP_LOOKUP(vp, args->sla_from.da_name, &svp, NULL, 0, in rfs_symlink()
H A Dnfs3_srv.c516 error = VOP_LOOKUP(dvp, name, &vp, in rfs3_lookup()
1682 error = VOP_LOOKUP(dvp, name, &tvp, in rfs3_create()
1784 error = VOP_LOOKUP(dvp, name, &vp, NULL, 0, in rfs3_create()
2191 error = VOP_LOOKUP(dvp, name, &vp, NULL, 0, NULL, cr, in rfs3_symlink()
2538 error = VOP_LOOKUP(vp, name, &targvp, NULL, 0, in rfs3_remove()
2869 error = VOP_LOOKUP(fvp, name, &srcvp, NULL, 0, in rfs3_rename()
2889 VOP_LOOKUP(tvp, toname, &targvp, NULL, 0, NULL, cr, in rfs3_rename()
3680 error = VOP_LOOKUP(vp, dp->d_name, &nvp, NULL, 0, NULL, cr, in rfs3_readdirplus()
H A Dnfs4_srv_ns.c765 error = VOP_LOOKUP(vp, "..", &dvp, NULL, 0, NULL, CRED(), in treeclimb_export()
H A Dnfs4_srv_readdir.c127 error = VOP_LOOKUP(dvp, d_name, &vp, NULL, 0, NULL, cs->cr, in nfs4_readdir_getvp()
H A Dnfs4_srv.c1158 error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cs->cr, in do_rfs4_op_secinfo()
1995 error = VOP_LOOKUP(dvp, name, &vp, NULL, 0, NULL, cr, in rfs4_op_create()
2931 error = VOP_LOOKUP(cs->vp, nm, &vp, NULL, 0, NULL, cs->cr, in do_rfs4_op_lookup()
3313 error = VOP_LOOKUP(cs->vp, "", &avp, NULL, lookup_flags, NULL, cs->cr, in rfs4_op_openattr()
4228 if ((error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cr, NULL, NULL, in rfs4_lookup_and_findfile()
4936 error = VOP_LOOKUP(ndvp, nnm, &vp, NULL, 0, NULL, cs->cr, in rfs4_op_rename()
6422 error = VOP_LOOKUP(dvp, nm, vpp, NULL, 0, NULL, cr, in create_vnode()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c726 error = VOP_LOOKUP(rdvp, nm, &rvp, pnp, LOOKUP_DIR, rdir, cred, in dv_shadow_node()
1676 error = VOP_LOOKUP(dirvp, nm, in devfs_remdrv_rmdir()
1758 error = VOP_LOOKUP(dirvp, nm, &vp, NULL, 0, rvp, kcred, in devfs_remdrv_cleanup()
1819 error = VOP_LOOKUP(dirvp, nm, &vp, in devfs_remdrv_cleanup()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c340 if (error = VOP_LOOKUP(realdvp, nm, &vp, pnp, flags, rdir, cr, in lo_lookup()
864 if (VOP_LOOKUP(ndvp, nnm, &tnvp, NULL, 0, NULL, cr, in lo_rename()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c418 error = VOP_LOOKUP(vp, nm, vpp, pnp, flags, rdir, cred, in auto_lookup()
465 error = VOP_LOOKUP(newvp, nm, vpp, pnp, in auto_lookup()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c778 error = VOP_LOOKUP(dvp, np, vpp, NULL, option_flags, NULL, cr, in smb_vop_lookup()
1332 error = VOP_LOOKUP(fvp, "", xattrdirvpp, NULL, flags, NULL, cr, in smb_vop_lookup_xattrdir()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c965 error = VOP_LOOKUP(ZTOV(dzp), nm, vpp, pnp, in zfsctl_shares_lookup()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1044 #define VOP_LOOKUP(vp, cp, vpp, pnp, f, rdir, cr, ct, defp, rpnp) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1051 #define VOP_LOOKUP(vp, cp, vpp, pnp, f, rdir, cr, ct, defp, rpnp) \ macro
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1124 error = VOP_LOOKUP(dvp, sname, &vp, NULL, 0, NULL, CRED(), in audit_symlink_create()

12