Lines Matching refs:pid_type
89 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown()
96 filp->f_owner.pid_type = type; in f_modown()
107 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
117 enum pid_type type; in f_setown()
157 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) { in f_getown()
159 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown()
215 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) in f_getown_ex()
218 switch (filp->f_owner.pid_type) { in f_getown_ex()
719 int fd, int reason, enum pid_type type) in send_sigio_to_task()
776 enum pid_type type; in send_sigio()
782 type = fown->pid_type; in send_sigio()
805 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task()
814 enum pid_type type; in send_sigurg()
821 type = fown->pid_type; in send_sigurg()