oz_pgrp           111 fs/autofs/autofs_i.h 	struct pid *oz_pgrp;
oz_pgrp           147 fs/autofs/autofs_i.h 		 task_pgrp(current) == sbi->oz_pgrp);
oz_pgrp           358 fs/autofs/dev-ioctl.c 		if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) {
oz_pgrp           374 fs/autofs/dev-ioctl.c 		swap(sbi->oz_pgrp, new_pid);
oz_pgrp            52 fs/autofs/inode.c 		put_pid(sbi->oz_pgrp);
oz_pgrp            76 fs/autofs/inode.c 	seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp));
oz_pgrp           241 fs/autofs/inode.c 	sbi->oz_pgrp = NULL;
oz_pgrp           305 fs/autofs/inode.c 		sbi->oz_pgrp = find_get_pid(pgrp);
oz_pgrp           306 fs/autofs/inode.c 		if (!sbi->oz_pgrp) {
oz_pgrp           312 fs/autofs/inode.c 		sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID);
oz_pgrp           322 fs/autofs/inode.c 		 sbi->pipefd, pid_nr(sbi->oz_pgrp));
oz_pgrp           348 fs/autofs/inode.c 	put_pid(sbi->oz_pgrp);
oz_pgrp           367 fs/autofs/waitq.c 	pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp));
oz_pgrp           368 fs/autofs/waitq.c 	tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp));