Home
last modified time | relevance | path

Searched full:max_end (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/
H A Dfastrpc.c534 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
547 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()
548 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()
550 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()
552 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()
553 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
563 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
/linux/fs/ext4/
H A Dinode.c4381 loff_t max_end = sb->s_maxbytes; in ext4_punch_hole() local
4395 max_end = EXT4_SB(sb)->s_bitmap_maxbytes - sb->s_blocksize; in ext4_punch_hole()
4398 if (offset >= inode->i_size || offset >= max_end) in ext4_punch_hole()
4407 if (end > max_end) in ext4_punch_hole()
4408 end = max_end; in ext4_punch_hole()