Lines Matching refs:pid
318 cfile->pid = current->tgid; in cifs_new_fileinfo()
583 cfile->pid); in cifs_open()
853 lock->pid = current->tgid; in cifs_lock_init()
887 if (rw_check != CIFS_LOCK_OP && current->tgid == li->pid && in cifs_find_fid_lock_conflict()
896 current->tgid == li->pid) || type == li->type)) in cifs_find_fid_lock_conflict()
948 flock->fl_pid = conf_lock->pid; in cifs_lock_test()
1124 cur->Pid = cpu_to_le16(li->pid); in cifs_push_mandatory_locks()
1159 __u32 pid; member
1221 lck->pid = flock->fl_pid; in cifs_push_posix_locks()
1232 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1458 if (current->tgid != li->pid) in cifs_unlock_range()
1472 cur->Pid = cpu_to_le16(li->pid); in cifs_unlock_range()
1690 cifs_write(struct cifsFileInfo *open_file, __u32 pid, const char *write_data, in cifs_write() argument
1739 io_parms.pid = pid; in cifs_write()
1843 if (!any_available && open_file->pid != current->tgid) in find_writable_file()
1928 bytes_written = cifs_write(open_file, open_file->pid, in cifs_partialpagewrite()
2084 wdata->pid = wdata->cfile->pid; in wdata_send_pages()
2262 __u32 pid; in cifs_write_end() local
2265 pid = cfile->pid; in cifs_write_end()
2267 pid = current->tgid; in cifs_write_end()
2291 rc = cifs_write(cfile, pid, page_data + offset, copied, &pos); in cifs_write_end()
2534 pid_t pid; in cifs_write_from_iter() local
2538 pid = open_file->pid; in cifs_write_from_iter()
2540 pid = current->tgid; in cifs_write_from_iter()
2590 wdata->pid = pid; in cifs_write_from_iter()
2972 pid_t pid; in cifs_send_async_read() local
2978 pid = open_file->pid; in cifs_send_async_read()
2980 pid = current->tgid; in cifs_send_async_read()
3008 rdata->pid = pid; in cifs_send_async_read()
3194 __u32 pid; in cifs_read() local
3217 pid = open_file->pid; in cifs_read()
3219 pid = current->tgid; in cifs_read()
3244 io_parms.pid = pid; in cifs_read()
3503 pid_t pid; in cifs_readpages() local
3518 pid = open_file->pid; in cifs_readpages()
3520 pid = current->tgid; in cifs_readpages()
3587 rdata->pid = pid; in cifs_readpages()