Lines Matching defs:size
145 /* check for overflowing the buffer's size */
147 dmabuf->size >> PAGE_SHIFT)
167 base = dmabuf->size;
422 seq_printf(m, "size:\t%zu\n", dmabuf->size);
458 inode->i_size = dmabuf->size;
459 inode_set_bytes(inode, dmabuf->size);
564 dmabuf->size = exp_info->size;
1171 * checking on the size of the vma. Then it calls the exporters mmap function to
1193 /* check for overflowing the buffer's size */
1195 dmabuf->size >> PAGE_SHIFT)
1300 size_t size = 0;
1310 "size", "flags", "mode", "count", "ino",
1321 buf_obj->size,
1372 size += buf_obj->size;
1375 seq_printf(s, "\nTotal %d objects, %zu bytes\n", count, size);