Lines Matching refs:size
79 * is from the client to indicate that data has been written and the file size
223 * Ensure the size update falls into a valid allocated block.
270 loff_t size;
276 size = i_size_read(inode);
277 if ((iattr->ia_valid & ATTR_SIZE) && iattr->ia_size > size) {
279 size = iattr->ia_size;
286 if (start > size)
290 if (end > size)
291 end = size;
311 error = xfs_pnfs_validate_isize(ip, size);