Home
last modified time | relevance | path

Searched refs:tgid (Results 1 – 25 of 29) sorted by relevance

12

/fs/proc/
Dself.c16 pid_t tgid = task_tgid_nr_ns(current, ns); in proc_self_get_link() local
19 if (!tgid) in proc_self_get_link()
25 sprintf(name, "%u", tgid); in proc_self_get_link()
Dthread_self.c16 pid_t tgid = task_tgid_nr_ns(current, ns); in proc_thread_self_get_link() local
25 sprintf(name, "%u/task/%u", tgid, pid); in proc_thread_self_get_link()
Dbase.c3403 unsigned tgid; in proc_pid_lookup() local
3408 tgid = name_to_int(&dentry->d_name); in proc_pid_lookup()
3409 if (tgid == ~0U) in proc_pid_lookup()
3415 task = find_task_by_pid_ns(tgid, ns); in proc_pid_lookup()
3440 unsigned int tgid; member
3452 pid = find_ge_pid(iter.tgid, ns); in next_tgid()
3454 iter.tgid = pid_nr_ns(pid, ns); in next_tgid()
3457 iter.tgid += 1; in next_tgid()
3491 iter.tgid = pos - TGID_OFFSET; in proc_pid_readdir()
3495 iter.tgid += 1, iter = next_tgid(ns, iter)) { in proc_pid_readdir()
[all …]
Darray.c153 pid_t ppid, tpid = 0, tgid, ngid; in task_state() local
164 tgid = task_tgid_nr_ns(p, ns); in task_state()
181 seq_put_decimal_ull(m, "\nTgid:\t", tgid); in task_state()
/fs/cifs/
Dsmb2file.c141 if (current->tgid != li->pid) in smb2_unlock_range()
170 current->tgid, num, buf); in smb2_unlock_range()
193 cfile->fid.volatile_fid, current->tgid, in smb2_unlock_range()
227 current->tgid, num, buf); in smb2_push_mand_fdlocks()
239 current->tgid, num, buf); in smb2_push_mand_fdlocks()
Dsmb2inode.c210 COMPOUND_FID, current->tgid, in smb2_compound_op()
231 current->tgid, in smb2_compound_op()
240 current->tgid, in smb2_compound_op()
266 cfile->fid.volatile_fid, current->tgid, in smb2_compound_op()
273 COMPOUND_FID, current->tgid, in smb2_compound_op()
309 current->tgid, FILE_RENAME_INFORMATION, in smb2_compound_op()
315 current->tgid, FILE_RENAME_INFORMATION, in smb2_compound_op()
345 COMPOUND_FID, current->tgid, in smb2_compound_op()
Dlink.c326 io_parms.pid = current->tgid; in cifs_query_mf_symlink()
362 io_parms.pid = current->tgid; in cifs_create_mf_symlink()
421 io_parms.pid = current->tgid; in smb3_query_mf_symlink()
472 io_parms.pid = current->tgid; in smb3_create_mf_symlink()
Dsmb1ops.c812 netpid = current->tgid; in smb_set_file_info()
870 return CIFSSMBLock(0, tcon, net_fid, current->tgid, 0, 0, 0, 0, in cifs_oplock_response()
911 current->tgid, length, offset, unlock, lock, in cifs_mand_lock()
1116 io_parms.pid = current->tgid; in cifs_make_node()
Dfile.c72 current->comm, current->tgid); in cifs_posix_convert_flags()
308 cfile->pid = current->tgid; in cifs_new_fileinfo()
1019 lock->pid = current->tgid; in cifs_lock_init()
1055 if (rw_check != CIFS_LOCK_OP && current->tgid == li->pid && in cifs_find_fid_lock_conflict()
1064 current->tgid == li->pid) || type == li->type)) in cifs_find_fid_lock_conflict()
1638 if (current->tgid != li->pid) in cifs_unlock_range()
2073 if (!any_available && open_file->pid != current->tgid) in cifs_get_writable_file()
2613 pid = current->tgid; in cifs_write_end()
2991 pid = current->tgid; in cifs_write_from_iter()
3729 pid = current->tgid; in cifs_send_async_read()
[all …]
Dmisc.c253 buffer->Pid = cpu_to_le16((__u16)current->tgid); in header_assemble()
254 buffer->PidHigh = cpu_to_le16((__u16)(current->tgid >> 16)); in header_assemble()
Dinode.c489 io_parms.pid = current->tgid;
1502 current->tgid);
1523 current->tgid);
1560 current->tgid))
Ddir.c342 current->tgid); in cifs_do_create()
Dsmb2ops.c1362 COMPOUND_FID, current->tgid, in smb2_set_ea()
1749 current->tgid, FILE_END_OF_FILE_INFORMATION, in smb2_ioctl_query_info()
2837 current->tgid, length, offset, type, wait); in smb2_mand_lock()
3671 io_parms.pid = current->tgid; in smb3_simple_fallocate_write_range()
5358 io_parms.pid = current->tgid; in smb2_make_node()
/fs/autofs/
Dwaitq.c151 packet->tgid = wq->tgid; in autofs_notify_daemon()
313 pid_t tgid; in autofs_wait() local
325 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
326 if (pid == 0 || tgid == 0) in autofs_wait()
399 wq->tgid = tgid; in autofs_wait()
Dautofs_i.h96 pid_t tgid; member
/fs/orangefs/
Dwaitqueue.c74 op->upcall.tgid = current->tgid; in service_operation()
Dupcall.h225 int tgid; member
/fs/ceph/
Dmds_client.h368 pid_t tgid; member
Ddebugfs.c291 seq_printf(s, "%-13d0x%-17llx%-17s%-17s\n", cw->tgid, cw->ino, in caps_show()
/fs/
Dlocks.c496 fl->fl_pid = current->tgid; in flock_make_lock()
556 fl->fl_pid = current->tgid; in flock64_to_posix_lock()
621 fl->fl_pid = current->tgid; in lease_init()
2609 lock.fl_pid = current->tgid; in locks_remove_posix()
/fs/ocfs2/cluster/
Dnetdebug.c139 (unsigned long)nst->st_task->tgid, in nst_seq_show()
/fs/lockd/
Dsvc4proc.c56 lock->fl.fl_pid = current->tgid; in nlm4svc_retrieve_args()
Dsvcproc.c81 lock->fl.fl_pid = current->tgid; in nlmsvc_retrieve_args()
/fs/nfsd/
Dnfs4layouts.c199 fl->fl_pid = current->tgid; in nfsd4_layout_setlease()
Dnfs4state.c5071 fl->fl_pid = current->tgid; in nfs4_alloc_init_lease()
6990 file_lock->fl_pid = current->tgid; in nfsd4_lock()
7156 file_lock->fl_pid = current->tgid; in nfsd4_lockt()
7218 file_lock->fl_pid = current->tgid; in nfsd4_locku()

12