Searched refs:smb2_lockv (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | smb2file.c | 251 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 276 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 308 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() 320 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
|
D | smb2proto.h | 242 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
|
D | smb2pdu.c | 5537 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() function 5609 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()
|