Searched refs:VTODC (Results 1 – 2 of 2) sorted by relevance
267 struct dcnode *dp = VTODC(vp); in dc_read()312 struct dcnode *dp = VTODC(vp); in dc_getattr()327 struct dcnode *dp = VTODC(vp); in dc_setattr()337 struct dcnode *dp = VTODC(vp); in dc_access()354 struct dcnode *dp = VTODC(vp); in dc_inactive()379 struct dcnode *dp = VTODC(vp); in dc_fid()388 struct dcnode *dp = VTODC(vp); in dc_seek()399 struct dcnode *dp = VTODC(vp); in dc_frlock()420 struct dcnode *dp = VTODC(vp); in dc_getblock_miss()528 vp = VTODC(vp)->dc_subvp; in dc_realvp()[all …]
67 #define VTODC(vp) ((struct dcnode *)(vp)->v_data) macro