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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c15737 int64_t end_fileno; local
15816 end_fileno = un->un_pos.fileno - count;
15822 if ((infront != 0) && (end_fileno < 0) ||
15823 (infront == 0) && (end_fileno <= 0)) {
15830 if (end_fileno < 0) {
15835 un->un_err_resid = -end_fileno;
15848 end_fileno = -(count + skip_cnt);
15851 skip_cnt, end_fileno);
15852 if (st_cmd(un, SCMD_SPACE, Fmk(end_fileno), SYNC_CMD)) {
15861 skip_cnt = end_fileno
[all...]

Completed in 115 milliseconds