Lines Matching refs:size
73 mlog(ML_ERROR, "block offset is outside the allocated size: "
223 loff_t size;
232 size = i_size_read(inode);
234 if (size > PAGE_SIZE ||
235 size > ocfs2_max_inline_data_with_xattr(inode->i_sb, di)) {
237 "Inode %llu has with inline data has bad size: %Lu\n",
239 (unsigned long long)size);
244 if (size)
245 memcpy(kaddr, di->id2.i_data.id_data, size);
247 memset(kaddr + size, 0, PAGE_SIZE - size);
622 * For an allocating write with cluster size >= page
623 * size, we always write the entire page.
741 * page_size < cluster size, it will contain zero'd and mapped
1281 * on page size and cluster size.
2134 * bh.b_size with the size of IO which is permitted at this offset and
2164 * 1. area in file size, not set NEW;
2165 * 2. area out file size, set NEW.
2180 * Because we need to change file size in ocfs2_dio_end_io_write(), or
2182 * while file size will be changed.
2208 * when we are going to alloc extents beyond file size, add the