Searched refs:oz_pgrp (Results 1 – 4 of 4) sorted by relevance
53 put_pid(sbi->oz_pgrp); in autofs_kill_sb()77 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp)); in autofs_show_options()242 sbi->oz_pgrp = NULL; in autofs_fill_super()306 sbi->oz_pgrp = find_get_pid(pgrp); in autofs_fill_super()307 if (!sbi->oz_pgrp) { in autofs_fill_super()313 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs_fill_super()323 sbi->pipefd, pid_nr(sbi->oz_pgrp)); in autofs_fill_super()349 put_pid(sbi->oz_pgrp); in autofs_fill_super()
110 struct pid *oz_pgrp; member146 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
323 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()324 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
360 if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) { in autofs_dev_ioctl_setpipefd()376 swap(sbi->oz_pgrp, new_pid); in autofs_dev_ioctl_setpipefd()
Completed in 9 milliseconds