> +/* > + * Return the block size we should use for page cache based operations. > + * This will return the inode block size for block size < PAGE_SIZE, > + * otherwise it will return PAGE_SIZE. > + */ > +static inline unsigned > +iomap_pageblock_size(struct inode *inode) Maybe cal this a chunk size instead?