Searched refs:max_end (Results 1 – 3 of 3) 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()
4432 loff_t max_end = sb->s_maxbytes; in ext4_punch_hole() local4447 max_end = EXT4_SB(sb)->s_bitmap_maxbytes - sb->s_blocksize; in ext4_punch_hole()4450 if (offset >= inode->i_size || offset >= max_end) in ext4_punch_hole()4459 if (end > max_end) in ext4_punch_hole()4460 end = max_end; in ext4_punch_hole()
1974 unsigned char max_end = mt_slots[mt]; in node_finalise() local1980 if (end < max_end - 1) { in node_finalise()1981 size = max_end - end; in node_finalise()2005 else if (end <= max_end - 1) in node_finalise()