off_end           333 drivers/dax/device.c 	unsigned long off, off_end, off_align, len_align, addr_align, align;
off_end           343 drivers/dax/device.c 	off_end = off + len;
off_end           346 drivers/dax/device.c 	if ((off_end <= off_align) || ((off_end - off_align) < align))
off_end           947 fs/f2fs/file.c 	loff_t off_start, off_end;
off_end           958 fs/f2fs/file.c 	off_end = (offset + len) & (PAGE_SIZE - 1);
off_end           962 fs/f2fs/file.c 						off_end - off_start);
off_end           972 fs/f2fs/file.c 		if (off_end) {
off_end           973 fs/f2fs/file.c 			ret = fill_zero(inode, pg_end, 0, off_end);
off_end          1339 fs/f2fs/file.c 	loff_t off_start, off_end;
off_end          1358 fs/f2fs/file.c 	off_end = (offset + len) & (PAGE_SIZE - 1);
off_end          1362 fs/f2fs/file.c 						off_end - off_start);
off_end          1421 fs/f2fs/file.c 		if (off_end) {
off_end          1422 fs/f2fs/file.c 			ret = fill_zero(inode, pg_end, 0, off_end);
off_end          1522 fs/f2fs/file.c 	loff_t off_end;
off_end          1536 fs/f2fs/file.c 	off_end = (offset + len) & (PAGE_SIZE - 1);
off_end          1540 fs/f2fs/file.c 	if (off_end)
off_end          1561 fs/f2fs/file.c 		new_size = ((loff_t)pg_end << PAGE_SHIFT) + off_end;
off_end           526 mm/huge_memory.c 	loff_t off_end = off + len;
off_end           530 mm/huge_memory.c 	if (off_end <= off_align || (off_end - off_align) < size)