Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dmisc.c671 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() function
686 cifs_add_pending_open_locked(fid, tlink, open); in cifs_add_pending_open()
H A Dcifsproto.h280 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
H A Dfile.c694 cifs_add_pending_open_locked(&fid, cifs_file->tlink, &open); in _cifsFileInfo_put()