Lines Matching refs:pending
81 static off_t pending = 0; /* pending seek if sparse */
485 /* If there are pending sparse blocks, make sure
488 if ((out.dbcnt == 0) && pending) {
492 pending -= out.dbsz;
551 pending += cnt;
557 if (pending != 0) {
559 out.fd, pending, SEEK_CUR) == -1)
574 if (pending) {
575 st.bytes += pending;
576 st.sparse += pending/out.dbsz;
577 st.out_full += pending/out.dbsz;
578 pending = 0;