Home
last modified time | relevance | path

Searched refs:new_pid (Results 1 – 1 of 1) sorted by relevance

/fs/autofs/
A Ddev-ioctl.c349 struct pid *new_pid = NULL; in autofs_dev_ioctl_setpipefd() local
363 new_pid = get_task_pid(current, PIDTYPE_PGID); in autofs_dev_ioctl_setpipefd()
365 if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) { in autofs_dev_ioctl_setpipefd()
381 swap(sbi->oz_pgrp, new_pid); in autofs_dev_ioctl_setpipefd()
387 put_pid(new_pid); in autofs_dev_ioctl_setpipefd()

Completed in 4 milliseconds