Searched defs:barrier_offset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c477 static off_t barrier_offset; variable
889 * Set the barrier_offset
891 barrier_offset = 0;
8020 msg.off = barrier_offset;
8443 if ((off == barrier_offset) &&
8451 * cookie. We use this offset as barrier_offset.
8454 barrier_offset, len, PROT_USER|PROT_READ,
8592 * by the special offset barrier_offset
8595 if (off == (off_t)barrier_offset ||

Completed in 357 milliseconds