Searched refs:SMB2_oplock_break (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 243 extern int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2ops.c | 2423 return SMB2_oplock_break(0, tcon, fid->persistent_fid, in smb2_oplock_response()
|
H A D | smb2pdu.c | 5000 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_oplock_break() function 5015 cifs_dbg(FYI, "SMB2_oplock_break\n"); in SMB2_oplock_break()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2proto.h | 228 extern int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2ops.c | 2457 return SMB2_oplock_break(0, tcon, persistent_fid, volatile_fid, in smb2_oplock_response()
|
H A D | smb2pdu.c | 5444 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_oplock_break() function 5459 cifs_dbg(FYI, "SMB2_oplock_break\n"); in SMB2_oplock_break()
|
Completed in 28 milliseconds