Home
last modified time | relevance | path

Searched refs:off_max (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/reiserfs/
Dbitmap.c355 unsigned int off_max = s->s_blocksize << 3; in scan_bitmap() local
391 scan_bitmap_block(th, bm, &off, off_max, in scan_bitmap()
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
411 *start = bm * off_max + off; in scan_bitmap()
/linux-4.4.14/net/packet/
Daf_packet.c2379 int off_min, off_max, off; in tpacket_fill_skb() local
2381 off_max = po->tx_ring.frame_size - tp_len; in tpacket_fill_skb()
2401 if (unlikely((off < off_min) || (off_max < off))) in tpacket_fill_skb()