Home
last modified time | relevance | path

Searched refs:max_end (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/
H A Dfastrpc.c560 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
573 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()
/linux/fs/ext4/
H A Dinode.c4432 loff_t max_end = sb->s_maxbytes; in ext4_punch_hole() local
4447 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()
/linux/lib/
H A Dmaple_tree.c1974 unsigned char max_end = mt_slots[mt]; in node_finalise() local
1980 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()