Home
last modified time | relevance | path

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

/linux-4.19.296/fs/autofs/
Dinode.c55 put_pid(sbi->oz_pgrp); in autofs_kill_sb()
79 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp)); in autofs_show_options()
227 sbi->oz_pgrp = NULL; in autofs_fill_super()
292 sbi->oz_pgrp = find_get_pid(pgrp); in autofs_fill_super()
293 if (!sbi->oz_pgrp) { in autofs_fill_super()
299 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs_fill_super()
308 pr_debug("pipe fd = %d, pgrp = %u\n", pipefd, pid_nr(sbi->oz_pgrp)); in autofs_fill_super()
335 put_pid(sbi->oz_pgrp); in autofs_fill_super()
Dautofs_i.h108 struct pid *oz_pgrp; member
144 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp; in autofs_oz_mode()
Dwaitq.c371 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
372 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
Ddev-ioctl.c377 if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) { in autofs_dev_ioctl_setpipefd()
393 swap(sbi->oz_pgrp, new_pid); in autofs_dev_ioctl_setpipefd()