Searched refs:VTODC (Results 1 – 2 of 2) sorted by relevance
266 struct dcnode *dp = VTODC(vp); in dc_read()311 struct dcnode *dp = VTODC(vp); in dc_getattr()326 struct dcnode *dp = VTODC(vp); in dc_setattr()336 struct dcnode *dp = VTODC(vp); in dc_access()353 struct dcnode *dp = VTODC(vp); in dc_inactive()377 struct dcnode *dp = VTODC(vp); in dc_fid()386 struct dcnode *dp = VTODC(vp); in dc_seek()397 struct dcnode *dp = VTODC(vp); in dc_frlock()418 struct dcnode *dp = VTODC(vp); in dc_getblock_miss()526 vp = VTODC(vp)->dc_subvp; in dc_realvp()[all …]
67 #define VTODC(vp) ((struct dcnode *)(vp)->v_data) macro