Lines Matching defs:data
172 if (uiop->uio_resid == 0 || /* No data wanted. */
179 * We want to ask for only the "right" amount of data.
182 * We can't get data from beyond our EOF. If asked,
286 /* no. of blocks = no. of data blocks + no. of xar blocks */
507 * and we trust the inodes from the rrip data
508 * (use_rrip_inodes != 0), use that data. If the
516 * map all files to the same meta data.
628 * the seek time of a CD-ROM is very slow, and data transfer
631 * and to transfer a sizable block (read-ahead) of data at a time.
752 /* file data size */
971 * number of contiguous data sectors, followed by some other number
1043 /* file data size */
1049 /* xarsiz byte must be skipped for data */
1052 /* how many logical blocks in an interleave (data+skip) */
1487 * Determine file data size for EOF check.
1889 * Max size of data to read ahead for sequential access pattern.
1969 size_t bsize, soffset, offset, data;
1986 * and read trees contain same data sorted in different
2133 data = bsize - nbuf->b_resid;
2139 * data was succesfully transferred. We will signal
2146 int, bioret, size_t, data);
2149 * Copy data and signal success to all the bufs
2152 while (nio != NULL && data >= nio->bp->b_bcount) {
2156 data -= nio->bp->b_bcount;
2167 * after b_resid data is exhausted.
2170 nio->bp->b_resid = nio->bp->b_bcount - data;
2171 bzero(nio->bp->b_un.b_addr + data, nio->bp->b_resid);
2178 data = 0;