Lines Matching defs:end
1179 * If there is a gap before the root end and the real end
1602 /* This will cause us to go off the end of our extent list. */
2033 * can occur at the end of some types of rotation and appending inserts.
4680 * -This might even be off the end of the leaf
6843 loff_t end, struct page **pages,
6861 if ((end >> PAGE_SHIFT) == page->index)
6862 to = end & (PAGE_SIZE - 1);
6877 int ocfs2_grab_pages(struct inode *inode, loff_t start, loff_t end,
6885 BUG_ON(start > end);
6888 last_page_bytes = PAGE_ALIGN(end);
6914 static int ocfs2_grab_eof_pages(struct inode *inode, loff_t start, loff_t end,
6920 (end - 1) >> OCFS2_SB(sb)->s_clustersize_bits);
6922 return ocfs2_grab_pages(inode, start, end, pages, num);
7371 * 'start' is inclusive, 'end' is not.
7374 unsigned int start, unsigned int end, int trunc)
7387 if (end > i_size_read(inode))
7388 end = i_size_read(inode);
7390 BUG_ON(start > end);
7419 numbytes = end - start;