Home
last modified time | relevance | path

Searched refs:SBD_PGR_RSVD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_impl.h112 #define SBD_PGR_RSVD(pgr) (((pgr)->pgr_flags) & (SBD_PGR_RSVD_ONE | \ macro
114 #define SBD_PGR_RSVD_NONE(pgr) (!(SBD_PGR_RSVD(pgr)))
H A Dsbd_pgr.c1504 if (SBD_PGR_RSVD(pgr)) { in sbd_pgr_out_reserve()
1583 if (SBD_PGR_RSVD(pgr)) { in sbd_pgr_out_release()
H A Dsbd_scsi.c3250 if (SBD_PGR_RSVD(sl->sl_pgr)) { in sbd_check_reservation_conflict()