Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c1874 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1922 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1926 if (stored_rc) in cifs_push_mandatory_locks()
1927 rc = stored_rc; in cifs_push_mandatory_locks()
1935 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1937 if (stored_rc) in cifs_push_mandatory_locks()
1938 rc = stored_rc; in cifs_push_mandatory_locks()
2032 int stored_rc; in cifs_push_posix_locks() local
2034 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
2037 if (stored_rc) in cifs_push_posix_locks()
[all …]