Searched refs:max_end (Results 1 – 2 of 2) sorted by relevance
560 u64 max_end = 0; in fastrpc_get_buff_overlaps() local573 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()574 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()576 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()578 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()579 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()589 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
4343 loff_t max_end = sb->s_maxbytes; in ext4_punch_hole() 4357 max_end = EXT4_SB(sb)->s_bitmap_maxbytes - sb->s_blocksize; in ext4_punch_hole() 4360 if (offset >= inode->i_size || offset >= max_end) in ext4_punch_hole() 4369 if (end > max_end) in ext4_punch_hole() 4370 end = max_end; in ext4_punch_hole() 4341 loff_t max_end = sb->s_maxbytes; ext4_punch_hole() local