Home
last modified time | relevance | path

Searched refs:nc_dvp (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename97 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 ?
179 this->fdvp = this->fdvp->nc_dvp != NULL ?
182 this->fdvp->nc_dvp != NULL ? "..." : ""
188 this->tdvp = this->tdvp->nc_dvp != NULL ?
[all …]
H A Dvop_readdir68 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 Dvop_create71 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 Dvop_symlink72 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 Ddumpvfscache.c27 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 Dvfs_cache.c1541 dvp = ncp->nc_dvp; in cache_neg_evict()
1618 dvp = ncp->nc_dvp; in cache_zap_locked()
1791 dvp = ncp->nc_dvp; in cache_zap_locked_bucket()
1946 *vpp = ncp->nc_dvp; in cache_lookup_dotdot()
2528 ncp->nc_dvp = dvp; in cache_enter_time()
2893 ncp->nc_dvp); in cache_changesize()
3398 *vp = ncp->nc_dvp; in vn_vptocnp()
3651 tvp = ncp->nc_dvp; in vn_fullpath_any_smr()
3824 ddvp = ncp->nc_dvp; in vn_dir_dd_ino()
4010 vp = ncp->nc_dvp; in db_print_vpath()
[all …]