Searched refs:_cifsFileInfo_put (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | misc.c | 798 _cifsFileInfo_put(tmp_list->cfile, false, false); in cifs_close_deferred_file() 830 _cifsFileInfo_put(tmp_list->cfile, true, false); in cifs_close_all_deferred_files() 867 _cifsFileInfo_put(tmp_list->cfile, true, false); in cifs_close_deferred_file_under_dentry()
|
H A D | file.c | 830 * Always potentially wait for oplock handler. See _cifsFileInfo_put(). 836 _cifsFileInfo_put(cifs_file, true, true); in cifsFileInfo_put() 840 * _cifsFileInfo_put - release a reference of file priv data 855 void _cifsFileInfo_put(struct cifsFileInfo *cifs_file, in _cifsFileInfo_put() function 1017 _cifsFileInfo_put(cfile, true, false); in cifs_open() 1355 _cifsFileInfo_put(cfile, true, false); in smb2_deferred_work_close() 1410 _cifsFileInfo_put(cfile, true, false); in cifs_close() 1412 _cifsFileInfo_put(cfile, true, false); in cifs_close() 3104 * being freed while we are accessing cinode. Otherwise, _cifsFileInfo_put() in cifs_oplock_break() 3162 _cifsFileInfo_put(cfil in cifs_oplock_break() [all...] |
H A D | cifsglob.h | 1559 void _cifsFileInfo_put(struct cifsFileInfo *cifs_file, bool wait_oplock_hdlr,
|