Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsproto.h515 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
H A Dfile.c1593 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1606 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1966 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range()
1990 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
H A Dcifssmb.c1850 int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, in cifs_lockv() function