Home
last modified time | relevance | path

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

/linux-4.1.27/fs/autofs4/
Dinode.c62 put_pid(sbi->oz_pgrp); in autofs4_kill_sb()
86 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp)); in autofs4_show_options()
228 sbi->oz_pgrp = NULL; in autofs4_fill_super()
274 sbi->oz_pgrp = find_get_pid(pgrp); in autofs4_fill_super()
275 if (!sbi->oz_pgrp) { in autofs4_fill_super()
281 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs4_fill_super()
307 DPRINTK("pipe fd = %d, pgrp = %u", pipefd, pid_nr(sbi->oz_pgrp)); in autofs4_fill_super()
340 put_pid(sbi->oz_pgrp); in autofs4_fill_super()
Dautofs_i.h111 struct pid *oz_pgrp; member
147 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp; in autofs4_oz_mode()
Dwaitq.c362 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs4_wait()
363 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs4_wait()
Ddev-ioctl.c372 if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) { in autofs_dev_ioctl_setpipefd()
388 swap(sbi->oz_pgrp, new_pid); in autofs_dev_ioctl_setpipefd()