Lines Matching refs:buf
39 __u32 *oplock, FILE_ALL_INFO *buf) in smb2_open_file() argument
90 if (buf) { in smb2_open_file()
106 move_smb2_info_to_cifs(buf, smb2_data); in smb2_open_file()
122 struct smb2_lock_element *buf, *cur; in smb2_unlock_range() local
142 buf = kcalloc(max_num, sizeof(struct smb2_lock_element), GFP_KERNEL); in smb2_unlock_range()
143 if (!buf) in smb2_unlock_range()
146 cur = buf; in smb2_unlock_range()
178 current->tgid, num, buf); in smb2_unlock_range()
194 cur = buf; in smb2_unlock_range()
202 num, buf); in smb2_unlock_range()
211 kfree(buf); in smb2_unlock_range()
217 struct smb2_lock_element *buf, unsigned int max_num) in smb2_push_mand_fdlocks() argument
223 struct smb2_lock_element *cur = buf; in smb2_push_mand_fdlocks()
235 current->tgid, num, buf); in smb2_push_mand_fdlocks()
238 cur = buf; in smb2_push_mand_fdlocks()
247 current->tgid, num, buf); in smb2_push_mand_fdlocks()
261 struct smb2_lock_element *buf; in smb2_push_mandatory_locks() local
280 buf = kcalloc(max_num, sizeof(struct smb2_lock_element), GFP_KERNEL); in smb2_push_mandatory_locks()
281 if (!buf) { in smb2_push_mandatory_locks()
287 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num); in smb2_push_mandatory_locks()
292 kfree(buf); in smb2_push_mandatory_locks()