Searched refs:smb2_lock_element (Results 1 – 4 of 4) sorted by relevance
96 struct smb2_lock_element *buf, *cur; in smb2_unlock_range()113 max_num = max_buf / sizeof(struct smb2_lock_element); in smb2_unlock_range()114 buf = kcalloc(max_num, sizeof(struct smb2_lock_element), GFP_KERNEL); in smb2_unlock_range()189 struct smb2_lock_element *buf, unsigned int max_num) in smb2_push_mand_fdlocks()195 struct smb2_lock_element *cur = buf; in smb2_push_mand_fdlocks()233 struct smb2_lock_element *buf; in smb2_push_mandatory_locks()249 max_num = max_buf / sizeof(struct smb2_lock_element); in smb2_push_mandatory_locks()250 buf = kcalloc(max_num, sizeof(struct smb2_lock_element), GFP_KERNEL); in smb2_push_mandatory_locks()
171 struct smb2_lock_element *buf);
769 struct smb2_lock_element { struct784 struct smb2_lock_element locks[1]; argument
2642 const __u32 num_lock, struct smb2_lock_element *buf) in smb2_lockv()2662 count = num_lock * sizeof(struct smb2_lock_element); in smb2_lockv()2663 inc_rfc1001_len(req, count - sizeof(struct smb2_lock_element)); in smb2_lockv()2687 struct smb2_lock_element lock; in SMB2_lock()