Searched refs:cifs_add_pending_open_locked (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | misc.c | 659 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() function 674 cifs_add_pending_open_locked(fid, tlink, open); in cifs_add_pending_open()
|
H A D | cifsproto.h | 257 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
H A D | file.c | 467 cifs_add_pending_open_locked(&fid, cifs_file->tlink, &open); in _cifsFileInfo_put()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | misc.c | 669 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() function 684 cifs_add_pending_open_locked(fid, tlink, open); in cifs_add_pending_open()
|
H A D | cifsproto.h | 278 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
H A D | file.c | 641 cifs_add_pending_open_locked(&fid, cifs_file->tlink, &open); in _cifsFileInfo_put()
|
Completed in 19 milliseconds