Home
last modified time | relevance | path

Searched full:smb2_lock (Results 1 – 8 of 8) sorted by relevance

/linux/fs/smb/server/
H A Dsmb2misc.c41 /* SMB2_LOCK */ cpu_to_le16(48),
69 /* SMB2_LOCK */ true,
168 case SMB2_LOCK: in smb2_get_data_area_len()
223 * StructureSize2 of smb2_lock pdu is set to 48, indicating in smb2_calc_size()
228 if (hdr->Command == SMB2_LOCK) in smb2_calc_size()
H A Dsmb2pdu.h372 int smb2_lock(struct ksmbd_work *work);
H A Dsmb2pdu.c7781 * smb2_lock() non-ACTIVE early-exit that frees the in smb2_lock()
7926 * smb2_lock() - handler for smb2 file lock command in fsctl_copychunk()
7931 int smb2_lock(struct ksmbd_work *work) in fsctl_copychunk()
7478 int smb2_lock(struct ksmbd_work *work) smb2_lock() function
/linux/fs/smb/client/
H A Dsmb2misc.c72 /* SMB2_LOCK */ cpu_to_le16(4),
301 /* SMB2_LOCK */ false,
H A Dsmb2proto.h234 int SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
H A Dsmb2ops.c3078 return SMB2_lock(xid, tlink_tcon(cfile->tlink), in smb2_mand_lock()
5856 .lock_cmd = SMB2_LOCK,
5877 .lock_cmd = SMB2_LOCK,
5897 .lock_cmd = SMB2_LOCK,
5917 .lock_cmd = SMB2_LOCK,
5937 .lock_cmd = SMB2_LOCK,
5957 .lock_cmd = SMB2_LOCK,
5977 .lock_cmd = SMB2_LOCK,
H A Dsmb2pdu.c66 /* SMB2_LOCK */ 48,
515 case SMB2_LOCK: in smb2_reconnect()
6304 rc = smb2_plain_req_init(SMB2_LOCK, tcon, server, in smb2_lockv()
6370 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_lease_break()
6323 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, SMB2_lock() function
/linux/fs/smb/common/
H A Dsmb2pdu.h53 #define SMB2_LOCK cpu_to_le16(SMB2_LOCK_HE) macro