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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c165 uint32_t begin_req, end_req; local
203 begin_req = blkno;
204 end_req = begin_req + nblks;
222 (begin_req >= end_bad)) {
226 if (begin_req < begin_bad) {
231 begin_req - begin_bad;
233 *count = end_req - begin_req;
235 *count = end_bad - begin_req;
242 *count = end_req - begin_req;

Completed in 48 milliseconds