Searched refs:old_buf (Results 1 – 2 of 2) sorted by relevance
12 u64 *old_buf = l->keys_p == inline_u64s ? NULL : l->keys_p; in bch2_keylist_realloc() local18 (old_buf && roundup_pow_of_two(oldsize) == newsize)) in bch2_keylist_realloc()21 new_keys = krealloc(old_buf, sizeof(u64) * newsize, GFP_NOFS); in bch2_keylist_realloc()25 if (!old_buf) in bch2_keylist_realloc()
9029 static void fill_transform_hdr(void *tr_buf, char *old_buf, __le16 cipher_type) in fill_transform_hdr() argument9032 struct smb2_hdr *hdr = smb2_get_msg(old_buf); in fill_transform_hdr()9033 unsigned int orig_len = get_rfc1002_len(old_buf); in fill_transform_hdr()
Completed in 18 milliseconds