Lines Matching refs:openFileList
187 list_for_each_safe(tmp, tmp1, &tcon->openFileList) { in cifs_mark_open_files_invalid()
518 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo()
524 list_add(&cfile->flist, &cinode->openFileList); in cifs_new_fileinfo()
526 list_add_tail(&cfile->flist, &cinode->openFileList); in cifs_new_fileinfo()
645 if (list_empty(&cifsi->openFileList)) { in _cifsFileInfo_put()
1137 list_for_each_entry(open_file, &tcon->openFileList, tlist) { in cifs_reopen_persistent_handles()
2222 list_for_each_entry(open_file, &cifs_inode->openFileList, flist) { in find_readable_file()
2280 list_for_each_entry(open_file, &cifs_inode->openFileList, flist) { in cifs_get_writable_file()
2321 list_move_tail(&inv_file->flist, &cifs_inode->openFileList); in cifs_get_writable_file()
2357 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_writable_path()
2389 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_readable_path()
4719 list_for_each_entry(open_file, &cifs_inode->openFileList, flist) { in is_inode_writable()
4952 if (!oplock_break_cancelled && !list_empty(&cinode->openFileList)) { in cifs_oplock_break()