Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2file.c271 int rc = 0, stored_rc; in smb2_unlock_range() local
329 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
333 if (stored_rc) { in smb2_unlock_range()
341 rc = stored_rc; in smb2_unlock_range()
354 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
357 if (stored_rc) { in smb2_unlock_range()
359 rc = stored_rc; in smb2_unlock_range()
373 int rc = 0, stored_rc; in smb2_push_mand_fdlocks() local
386 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
390 if (stored_rc) in smb2_push_mand_fdlocks()
[all …]
H A Dfile.c1834 int rc = 0, stored_rc; in cifs_push_mandatory_locks()
1882 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1886 if (stored_rc) in cifs_push_mandatory_locks()
1887 rc = stored_rc; in cifs_push_mandatory_locks()
1895 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1897 if (stored_rc) in cifs_push_mandatory_locks()
1898 rc = stored_rc; in cifs_push_mandatory_locks()
1992 int stored_rc; in cifs_push_posix_locks()
1994 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1997 if (stored_rc) in cifs_push_posix_locks()
1832 int rc = 0, stored_rc; cifs_push_mandatory_locks() local
1990 int stored_rc; cifs_push_posix_locks() local
2210 int rc = 0, stored_rc; cifs_unlock_range() local
[all...]