Searched refs:cdirnode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_cdir.c63 * If necessary, creates a cdirnode for the specified contract and
105 ctfs_cdirnode_t *cdirnode = vp->v_data; local
111 vap->va_ctime = cdirnode->ctfs_cn_contract->ct_ctime;
112 mutex_enter(&cdirnode->ctfs_cn_contract->ct_events.ctq_lock);
114 cdirnode->ctfs_cn_contract->ct_events.ctq_atime;
115 mutex_exit(&cdirnode->ctfs_cn_contract->ct_events.ctq_lock);
127 ctfs_cdirnode_t *cdirnode = vp->v_data; local
129 return (CTFS_INO_CT_FILE(cdirnode->ctfs_cn_contract->ct_id, index));
139 ctfs_cdirnode_t *cdirnode = vp->v_data; local
140 contract_t *ct = cdirnode
[all...]
H A Dctfs_ctl.c55 * the specified cdirnode's gfs_dir_t. Returns either the existing
62 ctfs_cdirnode_t *cdirnode = pvp->v_data; local
71 ctlnode->ctfs_ctl_contract = cdirnode->ctfs_cn_contract;
245 * into the specified cdirnode's gfs_dir_t. Returns either the
252 ctfs_cdirnode_t *cdirnode = pvp->v_data; local
261 ctlnode->ctfs_ctl_contract = cdirnode->ctfs_cn_contract;
H A Dctfs_event.c172 ctfs_cdirnode_t *cdirnode = pvp->v_data; local
181 evnode->ctfs_ev_contract = cdirnode->ctfs_cn_contract;

Completed in 54 milliseconds