Home
last modified time | relevance | path

Searched refs:smb2_lockv (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2file.c318 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
343 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
375 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
387 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
H A Dsmb2proto.h271 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
H A Dsmb2pdu.c6057 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() function
6078 cifs_dbg(FYI, "smb2_lockv num lock %d\n", num_lock); in smb2_lockv()
6115 cifs_dbg(FYI, "Send error in smb2_lockv = %d\n", rc); in smb2_lockv()
6142 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()