Lines Matching refs:dblk
15559 int64_t dblk; in st_space_records() local
15576 dblk = count + un->un_pos.blkno; in st_space_records()
15579 if (dblk == un->un_pos.blkno) { in st_space_records()
15589 if (un->un_pos.blkno < dblk || (un->un_dp->options & ST_BSR)) { in st_space_records()
15595 dblk -= un->un_pos.blkno; in st_space_records()
15596 if (st_cmd(un, SCMD_SPACE, Blk(dblk), SYNC_CMD)) { in st_space_records()
15604 if (dblk < 0 && un->un_pos.eof == ST_EOM) { in st_space_records()
15607 } else if (dblk < 0 && in st_space_records()
15638 if (dblk < 0) { in st_space_records()
15647 un->un_err_resid = -dblk; in st_space_records()
15661 st_cmd(un, SCMD_SPACE, Blk(dblk), SYNC_CMD)) { in st_space_records()