Searched refs:nc_dvp (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | vop_rename | 97 this->fdvp = this->fncp->nc_dvp != NULL ? 98 this->fncp->nc_dvp->v_cache_dst.tqh_first : 0; 107 this->tdvp = this->tncp->nc_dvp != NULL ? 108 this->tncp->nc_dvp->v_cache_dst.tqh_first : 0; 157 this->fdvp = this->fdvp->nc_dvp != NULL ? 158 this->fdvp->nc_dvp->v_cache_dst.tqh_first : 0; 166 this->tdvp = this->tdvp->nc_dvp != NULL ? 167 this->tdvp->nc_dvp->v_cache_dst.tqh_first : 0; 179 this->fdvp = this->fdvp->nc_dvp != NULL ? 180 this->fdvp->nc_dvp->v_cache_dst.tqh_first : 0; [all …]
|
H A D | vop_readdir | 68 this->dvp = this->ncp->nc_dvp != NULL ? 69 this->ncp->nc_dvp->v_cache_dst.tqh_first : 0; 104 this->dvp = this->dvp->nc_dvp != NULL ? 105 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0; 117 this->dvp = this->dvp->nc_dvp != NULL ? 118 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0; 120 this->dvp->nc_dvp != NULL ? "..." : ""
|
H A D | vop_create | 71 this->dvp = this->ncp->nc_dvp != NULL ? 72 this->ncp->nc_dvp->v_cache_dst.tqh_first : 0; 107 this->dvp = this->dvp->nc_dvp != NULL ? 108 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0; 120 this->dvp = this->dvp->nc_dvp != NULL ? 121 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0; 123 this->dvp->nc_dvp != NULL ? "..." : ""
|
H A D | vop_symlink | 72 this->dvp = this->ncp->nc_dvp != NULL ? 73 this->ncp->nc_dvp->v_cache_dst.tqh_first : 0; 108 this->dvp = this->dvp->nc_dvp != NULL ? 109 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0; 121 this->dvp = this->dvp->nc_dvp != NULL ? 122 this->dvp->nc_dvp->v_cache_dst.tqh_first : 0; 124 this->dvp->nc_dvp != NULL ? "..." : ""
|
/freebsd/tools/diag/dumpvfscache/ |
H A D | dumpvfscache.c | 27 struct vnode *nc_dvp; member 98 kvm_read(kvm, (u_long)nc->nc_dvp, &vn, sizeof vn); in main() 117 i,nc->nc_dvp, k, nc->nc_vp, vn.v_id, nc->nc_name); in main()
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 356 struct vnode *nc_dvp; /* vnode of parent of name */ member 828 cache_drop_vnode(ncp->nc_dvp); in cache_free() 845 cache_drop_vnode(ncp->nc_dvp); in cache_free_batch() 921 hash = cache_get_hash(ncp->nc_name, ncp->nc_nlen, ncp->nc_dvp); in NCP2BUCKET() 930 hash = cache_get_hash(ncp->nc_name, ncp->nc_nlen, ncp->nc_dvp); in NCP2BUCKETLOCK() 1321 SDT_PROBE2(vfs, namecache, lookup, hit__negative, ncp->nc_dvp, ncp->nc_name); in cache_neg_hit_finish() 1416 if (!(ncp->nc_dvp == dvp && ncp->nc_nlen == cnp->cn_namelen && in cache_neg_promote_cond() 1561 dvp = ncp->nc_dvp; in cache_neg_evict() 1574 if (ncp2 == ncp && ncp2->nc_dvp == dvp && in cache_neg_evict() 1583 MPASS(dvlp == VP2VNODELOCK(ncp->nc_dvp)); in cache_neg_evict() [all …]
|