Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c71 ctlnode->ctfs_ctl_contract = cdirnode->ctfs_cn_contract; in ctfs_create_ctlnode()
92 contract_t *ct = ctlnode->ctfs_ctl_contract; in ctfs_ctl_access()
137 vap->va_ctime = ctlnode->ctfs_ctl_contract->ct_ctime; in ctfs_ctl_common_getattr()
138 mutex_enter(&ctlnode->ctfs_ctl_contract->ct_events.ctq_lock); in ctfs_ctl_common_getattr()
140 ctlnode->ctfs_ctl_contract->ct_events.ctq_atime; in ctfs_ctl_common_getattr()
141 mutex_exit(&ctlnode->ctfs_ctl_contract->ct_events.ctq_lock); in ctfs_ctl_common_getattr()
190 contract_t *ct = ctlnode->ctfs_ctl_contract; in ctfs_ctl_ioctl()
261 ctlnode->ctfs_ctl_contract = cdirnode->ctfs_cn_contract; in ctfs_create_statnode()
283 contract_t *ct = statnode->ctfs_ctl_contract; in ctfs_stat_ioctl()
/titanic_44/usr/src/uts/common/sys/
H A Dctfs_impl.h157 contract_t *ctfs_ctl_contract; /* contract pointer */ member