Searched refs:smb2_lock_element (Results 1 – 4 of 4) sorted by relevance
115 struct smb2_lock_element *buf, *cur; in smb2_unlock_range()132 max_num = max_buf / sizeof(struct smb2_lock_element); in smb2_unlock_range()133 buf = kcalloc(max_num, sizeof(struct smb2_lock_element), GFP_KERNEL); in smb2_unlock_range()208 struct smb2_lock_element *buf, unsigned int max_num) in smb2_push_mand_fdlocks()214 struct smb2_lock_element *cur = buf; in smb2_push_mand_fdlocks()252 struct smb2_lock_element *buf; in smb2_push_mandatory_locks()268 max_num = max_buf / sizeof(struct smb2_lock_element); in smb2_push_mandatory_locks()269 buf = kcalloc(max_num, sizeof(struct smb2_lock_element), GFP_KERNEL); in smb2_push_mandatory_locks()
171 struct smb2_lock_element *buf);
879 struct smb2_lock_element { struct894 struct smb2_lock_element locks[1]; argument
2835 const __u32 num_lock, struct smb2_lock_element *buf) in smb2_lockv()2855 count = num_lock * sizeof(struct smb2_lock_element); in smb2_lockv()2856 inc_rfc1001_len(req, count - sizeof(struct smb2_lock_element)); in smb2_lockv()2880 struct smb2_lock_element lock; in SMB2_lock()