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

/linux-master/fs/smb/client/
H A Dsmb2file.c252 stored_rc = smb2_lockv(xid, tcon,
277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid,
309 stored_rc = smb2_lockv(xid, tcon,
321 stored_rc = smb2_lockv(xid, tcon,
H A Dsmb2proto.h268 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
H A Dsmb2pdu.c5990 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, function
6011 cifs_dbg(FYI, "smb2_lockv num lock %d\n", num_lock);
6048 cifs_dbg(FYI, "Send error in smb2_lockv = %d\n", rc);
6075 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock);

Completed in 99 milliseconds