Lines Matching refs:pid_type
88 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown()
95 filp->f_owner.pid_type = type; in f_modown()
106 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
116 enum pid_type type; in f_setown()
156 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) { in f_getown()
158 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown()
214 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) in f_getown_ex()
217 switch (filp->f_owner.pid_type) { in f_getown_ex()
717 int fd, int reason, enum pid_type type) in send_sigio_to_task()
774 enum pid_type type; in send_sigio()
780 type = fown->pid_type; in send_sigio()
803 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task()
812 enum pid_type type; in send_sigurg()
819 type = fown->pid_type; in send_sigurg()