Home
last modified time | relevance | path

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

/fs/autofs/
Dinode.c52 put_pid(sbi->oz_pgrp); in autofs_kill_sb()
76 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp)); in autofs_show_options()
241 sbi->oz_pgrp = NULL; in autofs_fill_super()
305 sbi->oz_pgrp = find_get_pid(pgrp); in autofs_fill_super()
306 if (!sbi->oz_pgrp) { in autofs_fill_super()
312 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs_fill_super()
322 sbi->pipefd, pid_nr(sbi->oz_pgrp)); in autofs_fill_super()
348 put_pid(sbi->oz_pgrp); in autofs_fill_super()
Dautofs_i.h111 struct pid *oz_pgrp; member
147 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
Dwaitq.c367 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
368 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
Ddev-ioctl.c358 if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) { in autofs_dev_ioctl_setpipefd()
374 swap(sbi->oz_pgrp, new_pid); in autofs_dev_ioctl_setpipefd()