Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h393 #define bi_shdfd bi_shddev.bi_fd macro
464 #define SHDFD(ip) (SHDRSRV(ip) ? (ip)->bi_shdfd : (ip)->bi_shdrfd)
H A Ddsw_dev.c783 ip->bi_shdfd = nsc_open(shadow_vol, in ii_open_shadow()
786 if (!ip->bi_shdfd) { in ii_open_shadow()
787 ip->bi_shdfd = nsc_open(shadow_vol, in ii_open_shadow()
791 if (!ip->bi_shdfd) { in ii_open_shadow()
812 (void) nsc_close(ip->bi_shdfd); in ii_open_shadow()
2952 (void) strncpy(bm_header->shadow_vol, ii_pathname(ip->bi_shdfd), in _ii_reset()
3776 if (ip->bi_shdfd) { in _ii_export()
3778 nsc_release(ip->bi_shdfd); in _ii_export()
3781 fd = ip->bi_shdfd; in _ii_export()
3782 ip->bi_shdfd = NULL; in _ii_export()
[all …]