Searched refs:off_max (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
D | bitmap.c | 355 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/ |
D | af_packet.c | 2379 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()
|