Lines Matching refs:ta_buf
395 struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf) in prepare_batch_buffer() argument
406 memset(*ta_buf, 0, TA_BUF_SZ); in prepare_batch_buffer()
407 ta_buf_m = *ta_buf; in prepare_batch_buffer()
437 *ta_buf = ta_buf_m; in prepare_batch_buffer()
448 caddr_t ta_buf_m, caddr_t ta_buf) in flush_batch_buffer() argument
475 if (ta_buf_m != ta_buf) in flush_batch_buffer()
549 char ta_buf[TA_BUF_SZ]; in add_table_entry() local
565 ta_buf_m, ta_buf); in add_table_entry()
593 ta_buf_m = ta_buf; in add_table_entry()
701 flush_batch_buffer(ch, ta, tei, count, rollback, ta_buf_m, ta_buf); in add_table_entry()
718 char ta_buf[TA_BUF_SZ]; in del_table_entry() local
737 ta_buf_m = ta_buf; in del_table_entry()
791 flush_batch_buffer(ch, ta, tei, count, 0, ta_buf_m, ta_buf); in del_table_entry()
816 char ta_buf[TA_BUF_SZ]; in check_table_space() local
846 memset(&ta_buf, 0, sizeof(ta_buf)); in check_table_space()
847 error = ta->prepare_mod(ta_buf, &pflags); in check_table_space()
862 ta->flush_mod(ta_buf); in check_table_space()
875 ta->flush_mod(ta_buf); in check_table_space()
879 error = ta->fill_mod(tc->astate, ti, ta_buf, &pflags); in check_table_space()
883 ta->modify(tc->astate, ti, ta_buf, pflags); in check_table_space()
888 ta->flush_mod(ta_buf); in check_table_space()