Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsproto.h495 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
Dfile.c1497 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1510 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1870 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range()
1894 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
Dcifssmb.c1848 int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, in cifs_lockv() function