Searched refs:smb2_lockv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2file.c | 179 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 204 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 236 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() 248 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
|
H A D | smb2proto.h | 263 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2pdu.c | 5309 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() function 5324 cifs_dbg(FYI, "smb2_lockv num lock %d\n", num_lock); in smb2_lockv() 5358 cifs_dbg(FYI, "Send error in smb2_lockv = %d\n", rc); in smb2_lockv() 5381 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2file.c | 252 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 309 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() 321 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
|
H A D | smb2proto.h | 248 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2pdu.c | 5753 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() function 5768 cifs_dbg(FYI, "smb2_lockv num lock %d\n", num_lock); in smb2_lockv() 5802 cifs_dbg(FYI, "Send error in smb2_lockv = %d\n", rc); in smb2_lockv() 5825 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()
|
Completed in 22 milliseconds