Lines Matching refs:pid
270 req->pid = current->tgid; // Ummm... This may be a workqueue in cifs_init_request()
277 req->pid = req->cfile->pid; in cifs_init_request()
692 cfile->pid = current->tgid; in cifs_new_fileinfo()
1099 cfile->pid); in cifs_open()
1513 lock->pid = current->tgid; in cifs_lock_init()
1549 if (rw_check != CIFS_LOCK_OP && current->tgid == li->pid && in cifs_find_fid_lock_conflict()
1558 current->tgid == li->pid) || type == li->type)) in cifs_find_fid_lock_conflict()
1616 flock->c.flc_pid = conf_lock->pid; in cifs_lock_test()
1790 cur->Pid = cpu_to_le16(li->pid); in cifs_push_mandatory_locks()
1832 __u32 pid; member
1897 lck->pid = hash_lockowner(flock->c.flc_owner); in cifs_push_posix_locks()
1908 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
2167 if (current->tgid != li->pid) in cifs_unlock_range()
2181 cur->Pid = cpu_to_le16(li->pid); in cifs_unlock_range()
2527 if (!any_available && open_file->pid != current->tgid) in cifs_get_writable_file()