Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2file.c119 int rc = 0, stored_rc; in smb2_unlock_range() local
179 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
183 if (stored_rc) { in smb2_unlock_range()
191 rc = stored_rc; in smb2_unlock_range()
204 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
207 if (stored_rc) { in smb2_unlock_range()
209 rc = stored_rc; in smb2_unlock_range()
223 int rc = 0, stored_rc; in smb2_push_mand_fdlocks() local
236 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
240 if (stored_rc) in smb2_push_mand_fdlocks()
262 int rc = 0, stored_rc; smb2_push_mandatory_locks() local
[all...]
H A Dfile.c1182 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1230 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1234 if (stored_rc) in cifs_push_mandatory_locks()
1235 rc = stored_rc; in cifs_push_mandatory_locks()
1243 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1245 if (stored_rc) in cifs_push_mandatory_locks()
1246 rc = stored_rc; in cifs_push_mandatory_locks()
1336 int stored_rc; in cifs_push_posix_locks() local
1338 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1341 if (stored_rc) in cifs_push_posix_locks()
1524 int rc = 0, stored_rc; cifs_unlock_range() local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2file.c192 int rc = 0, stored_rc; in smb2_unlock_range() local
252 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
256 if (stored_rc) { in smb2_unlock_range()
264 rc = stored_rc; in smb2_unlock_range()
277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
280 if (stored_rc) { in smb2_unlock_range()
282 rc = stored_rc; in smb2_unlock_range()
296 int rc = 0, stored_rc; in smb2_push_mand_fdlocks() local
309 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
313 if (stored_rc) in smb2_push_mand_fdlocks()
335 int rc = 0, stored_rc; smb2_push_mandatory_locks() local
[all...]
H A Dfile.c1453 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1501 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1505 if (stored_rc) in cifs_push_mandatory_locks()
1506 rc = stored_rc; in cifs_push_mandatory_locks()
1514 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1516 if (stored_rc) in cifs_push_mandatory_locks()
1517 rc = stored_rc; in cifs_push_mandatory_locks()
1609 int stored_rc; in cifs_push_posix_locks() local
1611 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1614 if (stored_rc) in cifs_push_posix_locks()
1805 int rc = 0, stored_rc; cifs_unlock_range() local
[all...]

Completed in 8 milliseconds