Lines Matching refs:open_file
760 struct cifsFileInfo *open_file; local
799 open_file = find_writable_file(cifsInode);
800 if (open_file) {
801 netfid = open_file->netfid;
802 netpid = open_file->pid;
844 if (open_file == NULL)
847 atomic_dec(&open_file->wrtPending);
1689 struct cifsFileInfo *open_file; local
1703 open_file = find_writable_file(cifsInode);
1704 if (open_file) {
1705 __u16 nfid = open_file->netfid;
1706 __u32 npid = open_file->pid;
1709 atomic_dec(&open_file->wrtPending);