pid_type 758 include/linux/fs.h enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ pid_type 1152 include/linux/fs.h extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force); pid_type 83 include/linux/pid.h extern struct task_struct *pid_task(struct pid *pid, enum pid_type); pid_type 84 include/linux/pid.h extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type); pid_type 86 include/linux/pid.h extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); pid_type 91 include/linux/pid.h extern void attach_pid(struct task_struct *task, enum pid_type); pid_type 92 include/linux/pid.h extern void detach_pid(struct task_struct *task, enum pid_type); pid_type 93 include/linux/pid.h extern void change_pid(struct task_struct *task, enum pid_type, pid_type 96 include/linux/pid.h enum pid_type); pid_type 1743 include/linux/sched.h pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,