Home
last modified time | relevance | path

Searched refs:VTODC (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c266 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 …]
/titanic_44/usr/src/uts/common/sys/fs/
H A Ddecomp.h67 #define VTODC(vp) ((struct dcnode *)(vp)->v_data) macro