Lines Matching refs:size
884 size_t size = seq_get_buf(sf, &buf), off = 0;
899 * Hooray string manipulation, count is the size written NOT
900 * INCLUDING THE \0, so size is now count+1 less than what we
904 off += scnprintf(buf+off, size-off, "%s ", dname);
919 off += scnprintf(buf+off, size-off,
927 off += scnprintf(buf+off, size-off,
940 written = pol->pd_stat_fn(blkg->pd[i], buf+off, size-off);
947 if (off < size - 1) {
948 off += scnprintf(buf+off, size-off, "\n");
1935 * bio and we would have already accounted for the size of the bio.