Lines Matching +full:4 +full:vpp
124 struct vnode **vpp)
131 *vpp = NULL;
133 error = vfs_hash_get(mp, fuse_vnode_hash(nodeid), flags, td, vpp,
142 if (*vpp != NULL) {
144 if (bintime_cmp(&(VTOFUD(*vpp)->entry_cache_timeout), &now, >)){
150 cache_purge(*vpp);
151 vput(*vpp);
152 *vpp = NULL;
526 fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp,
544 return (fuse_internal_newentry(dvp, vpp, cnp, FUSE_MKNOD, &fmni,
790 struct vnode **vpp,
807 err = fuse_vnode_get(mp, feo, feo->nodeid, dvp, vpp, cnp, vtyp);
820 fuse_internal_cache_attrs(*vpp, &feo->attr, feo->attr_valid,
828 struct vnode **vpp,
842 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi);
992 if (!fuse_libabi_geq(data, 7, 4)) {