Lines Matching refs:pid
300 cfile->pid = current->tgid; in cifs_new_fileinfo()
554 cfile->pid); in cifs_open()
817 lock->pid = current->tgid; in cifs_lock_init()
851 if (rw_check != CIFS_LOCK_OP && current->tgid == li->pid && in cifs_find_fid_lock_conflict()
860 current->tgid == li->pid) || type == li->type)) in cifs_find_fid_lock_conflict()
912 flock->fl_pid = conf_lock->pid; in cifs_lock_test()
1084 cur->Pid = cpu_to_le16(li->pid); in cifs_push_mandatory_locks()
1119 __u32 pid; member
1181 lck->pid = flock->fl_pid; in cifs_push_posix_locks()
1192 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1414 if (current->tgid != li->pid) in cifs_unlock_range()
1428 cur->Pid = cpu_to_le16(li->pid); in cifs_unlock_range()
1634 cifs_write(struct cifsFileInfo *open_file, __u32 pid, const char *write_data, in cifs_write() argument
1683 io_parms.pid = pid; in cifs_write()
1784 if (!any_available && open_file->pid != current->tgid) in find_writable_file()
1869 bytes_written = cifs_write(open_file, open_file->pid, in cifs_partialpagewrite()
2025 wdata->pid = wdata->cfile->pid; in wdata_send_pages()
2203 __u32 pid; in cifs_write_end() local
2206 pid = cfile->pid; in cifs_write_end()
2208 pid = current->tgid; in cifs_write_end()
2232 rc = cifs_write(cfile, pid, page_data + offset, copied, &pos); in cifs_write_end()
2475 pid_t pid; in cifs_write_from_iter() local
2479 pid = open_file->pid; in cifs_write_from_iter()
2481 pid = current->tgid; in cifs_write_from_iter()
2531 wdata->pid = pid; in cifs_write_from_iter()
2909 pid_t pid; in cifs_send_async_read() local
2915 pid = open_file->pid; in cifs_send_async_read()
2917 pid = current->tgid; in cifs_send_async_read()
2945 rdata->pid = pid; in cifs_send_async_read()
3131 __u32 pid; in cifs_read() local
3154 pid = open_file->pid; in cifs_read()
3156 pid = current->tgid; in cifs_read()
3181 io_parms.pid = pid; in cifs_read()
3442 pid_t pid; in cifs_readpages() local
3457 pid = open_file->pid; in cifs_readpages()
3459 pid = current->tgid; in cifs_readpages()
3526 rdata->pid = pid; in cifs_readpages()