Searched refs:cifs_lockv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsproto.h | 465 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | file.c | 1230 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks() 1243 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks() 1593 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range() 1617 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
|
H A D | cifssmb.c | 2388 int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, in cifs_lockv() function 2399 cifs_dbg(FYI, "cifs_lockv num lock %d num unlock %d\n", in cifs_lockv() 2428 cifs_dbg(FYI, "Send error in cifs_lockv = %d\n", rc); in cifs_lockv()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsproto.h | 507 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | file.c | 1501 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks() 1514 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks() 1874 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range() 1898 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
|
H A D | cifssmb.c | 1850 int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, in cifs_lockv() function 1861 cifs_dbg(FYI, "cifs_lockv num lock %d num unlock %d\n", in cifs_lockv() 1890 cifs_dbg(FYI, "Send error in cifs_lockv = %d\n", rc); in cifs_lockv()
|
Completed in 30 milliseconds