Home
last modified time | relevance | path

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

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