Searched refs:nsc_uncommit (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | nsctl_inter.h | 109 int nsc_uncommit(void *, nsc_off_t, nsc_size_t, int) { } in nsc_uncommit() function
|
H A D | nsctl.h | 312 extern int nsc_uncommit(nsc_buf_t *, nsc_off_t, nsc_size_t, int);
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 2031 (void) nsc_uncommit(h, pos, len, flag); in _rdc_multi_write() 2250 (void) nsc_uncommit in _rdc_write() 2745 (void) nsc_uncommit(h->rdc_bufp, pos, len, flag); in _rdc_zero() 2944 rc = nsc_uncommit(h->rdc_bufp, pos, len, flag); in _rdc_uncommit()
|
/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 377 nsc_uncommit(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in nsc_uncommit() function
|
H A D | nsc_disk.c | 246 (void) nsc_uncommit(buf, pos, buflen, 0); in _nsc_rw_uio()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 10177 rc = nsc_uncommit(h->ii_bufp, pos, len, flag); in _ii_uncommit()
|