Lines Matching refs:pid
244 cifs_dbg(FYI, "Application %s pid %d has incorrectly set O_EXCL flag but not O_CREAT on file open. Ignoring O_EXCL\n",
485 cfile->pid = current->tgid;
830 cfile->pid);
1218 lock->pid = current->tgid;
1254 if (rw_check != CIFS_LOCK_OP && current->tgid == li->pid &&
1263 current->tgid == li->pid) || type == li->type))
1321 flock->fl_pid = conf_lock->pid;
1495 cur->Pid = cpu_to_le16(li->pid);
1537 __u32 pid;
1600 lck->pid = hash_lockowner(flock->fl_owner);
1611 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid,
1848 if (current->tgid != li->pid)
1862 cur->Pid = cpu_to_le16(li->pid);
2129 cifs_write(struct cifsFileInfo *open_file, __u32 pid, const char *write_data,
2175 io_parms.pid = pid;
2285 if (!any_available && open_file->pid != current->tgid)
2304 /* couldn't find useable FH with same pid, try any available */
2493 wdata2->pid = wdata2->cfile->pid;
2599 bytes_written = cifs_write(open_file, open_file->pid,
2783 wdata->pid = cfile->pid;
3083 __u32 pid;
3086 pid = cfile->pid;
3088 pid = current->tgid;
3112 rc = cifs_write(cfile, pid, page_data + offset, copied, &pos);
3411 pid_t pid;
3416 pid = open_file->pid;
3418 pid = current->tgid;
3478 wdata->pid = pid;
3952 pid_t pid;
3963 pid = open_file->pid;
3965 pid = current->tgid;
4009 rdata->pid = pid;
4321 __u32 pid;
4344 pid = open_file->pid;
4346 pid = current->tgid;
4371 io_parms.pid = pid;
4522 pid_t pid;
4534 pid = open_file->pid;
4536 pid = current->tgid;
4640 rdata->pid = pid;