Searched refs:bf_offset (Results 1 – 2 of 2) sorted by relevance
66 off_t bf_offset; /* Currect file offset */ member175 bfp->bf_offset = 0;355 if (bfp->bf_offset < bfp->bf_buffilled)359 if ((bfp->bf_offset + count) > bfp->bf_buffilled)360 count = bfp->bf_buffilled - bfp->bf_offset;362 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);365 if ((bfp->bf_offset + nbytes) > bfp->bf_buffilled)385 bfp->bf_offset + count, SEEK_SET) < 0)418 bfp->bf_offset += count;453 bfp->bf_offset = offset;[all …]
138 uint64_t bf_offset = 0; in hermon_devmap() local171 bf_offset = state->hs_bf_offset; in hermon_devmap()189 status = hermon_umap_uarpg(state, dhp, rsrcp, bf_offset, in hermon_devmap()