HomeSort by relevance Sort by last modified time
    Searched refs:cdirnode (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/
ctfs_cdir.c 63 * 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->ctfs_cn_contract
    [all...]
ctfs_ctl.c 55 * 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;
ctfs_event.c 172 ctfs_cdirnode_t *cdirnode = pvp->v_data; local
181 evnode->ctfs_ev_contract = cdirnode->ctfs_cn_contract;

Completed in 120 milliseconds