Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2file.c252 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()
Dsmb2proto.h244 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
Dsmb2pdu.c5564 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, in smb2_lockv() function
5636 return smb2_lockv(xid, tcon, persist_fid, volatile_fid, pid, 1, &lock); in SMB2_lock()