Lines Matching refs:pid
320 cfile->pid = current->tgid; in cifs_new_fileinfo()
632 cfile->pid); in cifs_open()
948 lock->pid = current->tgid; in cifs_lock_init()
984 if (rw_check != CIFS_LOCK_OP && current->tgid == li->pid && in cifs_find_fid_lock_conflict()
993 current->tgid == li->pid) || type == li->type)) in cifs_find_fid_lock_conflict()
1051 flock->fl_pid = conf_lock->pid; in cifs_lock_test()
1230 cur->Pid = cpu_to_le16(li->pid); in cifs_push_mandatory_locks()
1271 __u32 pid; member
1333 lck->pid = hash_lockowner(flock->fl_owner); in cifs_push_posix_locks()
1344 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1573 if (current->tgid != li->pid) in cifs_unlock_range()
1587 cur->Pid = cpu_to_le16(li->pid); in cifs_unlock_range()
1802 cifs_write(struct cifsFileInfo *open_file, __u32 pid, const char *write_data, in cifs_write() argument
1848 io_parms.pid = pid; in cifs_write()
1955 if (!any_available && open_file->pid != current->tgid) in cifs_get_writable_file()
2125 bytes_written = cifs_write(open_file, open_file->pid, in cifs_partialpagewrite()
2258 wdata->pid = wdata->cfile->pid; in wdata_send_pages()
2489 __u32 pid; in cifs_write_end() local
2492 pid = cfile->pid; in cifs_write_end()
2494 pid = current->tgid; in cifs_write_end()
2518 rc = cifs_write(cfile, pid, page_data + offset, copied, &pos); in cifs_write_end()
2824 pid_t pid; in cifs_write_from_iter() local
2831 pid = open_file->pid; in cifs_write_from_iter()
2833 pid = current->tgid; in cifs_write_from_iter()
2941 wdata->pid = pid; in cifs_write_from_iter()
3548 pid_t pid; in cifs_send_async_read() local
3557 pid = open_file->pid; in cifs_send_async_read()
3559 pid = current->tgid; in cifs_send_async_read()
3644 rdata->pid = pid; in cifs_send_async_read()
3954 __u32 pid; in cifs_read() local
3977 pid = open_file->pid; in cifs_read()
3979 pid = current->tgid; in cifs_read()
4004 io_parms.pid = pid; in cifs_read()
4286 pid_t pid; in cifs_readpages() local
4305 pid = open_file->pid; in cifs_readpages()
4307 pid = current->tgid; in cifs_readpages()
4384 rdata->pid = pid; in cifs_readpages()