Lines Matching defs:data
37 * cramfs super-block data in memory
77 * which did not contain data, like devices node and fifos.
129 /* if the lower 2 bits are zero, the inode contains data */
168 * data that takes up more space than the original and with unlucky
191 char *data;
198 /* Check if an existing buffer already has the data.. */
237 data = read_buffers[buffer];
242 memcpy_from_page(data, page, 0, PAGE_SIZE);
245 memset(data, 0, PAGE_SIZE);
246 data += PAGE_SIZE;
325 * some other data that doesn't belong to that file. It is assumed that the
380 bailout_reason = "data is not page aligned";
384 /* Don't map the last page if it contains some other data */
755 * Lookup and fill in the inode data..
840 * first 2 bytes of the data block when compressed,
890 pr_err("bad data blocksize %u\n", block_len);