Searched refs:dc_subvp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 313 struct vnode *subvp = dp->dc_subvp; in dc_getattr() 328 struct vnode *subvp = dp->dc_subvp; in dc_setattr() 338 struct vnode *subvp = dp->dc_subvp; in dc_access() 380 struct vnode *subvp = dp->dc_subvp; in dc_fid() 389 struct vnode *subvp = dp->dc_subvp; in dc_seek() 407 if (error = VOP_GETATTR(dp->dc_subvp, &vattr, 0, cr, ctp)) in dc_frlock() 445 error = vn_rdwr(UIO_READ, dp->dc_subvp, saddr, rdsize, rdoff, in dc_getblock_miss() 528 vp = VTODC(vp)->dc_subvp; in dc_realvp() 692 if (error = VOP_GETATTR(VTODC(vp)->dc_subvp, &vattr, 0, cred, ctp)) in dc_map() 790 dp->dc_subvp = NULL; in dcnode_constructor() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | decomp.h | 55 struct vnode *dc_subvp; member
|