Searched refs:SB_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
189 if (off + len <= SB_BUFFER_SIZE in volume_id_get_buffer()193 id->sbbuf = xmalloc(SB_BUFFER_SIZE); in volume_id_get_buffer()
211 volume_id_get_buffer(id, 0, SB_BUFFER_SIZE); in volume_id_probe_all()
95 #define SB_BUFFER_SIZE 0x11000 macro