Searched refs:VBVA_F_RECORD_PARTIAL (Results 1 – 2 of 2) sorted by relevance
91 !record || !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)) in vbva_write()206 record->len_and_flags = VBVA_F_RECORD_PARTIAL; in vbva_buffer_begin_update()219 !(record->len_and_flags & VBVA_F_RECORD_PARTIAL)); in vbva_buffer_end_update()222 record->len_and_flags &= ~VBVA_F_RECORD_PARTIAL; in vbva_buffer_end_update()
123 #define VBVA_F_RECORD_PARTIAL 0x80000000u macro