Searched refs:sl_data_readable_size (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dstmf_sbd.h236 uint64_t sl_data_readable_size; /* read() fails after this */ member in struct:sbd_lu
H A Dsbd.c1490 sl->sl_data_readable_size = vattr.va_size;
2979 if ((offset + size) > sl->sl_data_readable_size) {
2981 if (offset > sl->sl_data_readable_size) {
2985 store_end = sl->sl_data_readable_size - offset;
3088 } else if ((offset + size) > sl->sl_data_readable_size) {
3092 old_size = sl->sl_data_readable_size;
3096 } while (atomic_cas_64(&sl->sl_data_readable_size, old_size,

Completed in 120 milliseconds