Searched refs:oz_pgrp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | inode.c | 52 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()
|
H A D | autofs_i.h | 111 struct pid *oz_pgrp; member 147 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
|
H A D | dev-ioctl.c | 359 if (ns_of_pid(new_pid) != ns_of_pid(sbi->oz_pgrp)) { in autofs_dev_ioctl_setpipefd() 375 swap(sbi->oz_pgrp, new_pid); in autofs_dev_ioctl_setpipefd()
|
H A D | waitq.c | 368 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait() 369 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | inode.c | 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()
|
H A D | autofs_i.h | 110 struct pid *oz_pgrp; member 146 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
|
H A D | dev-ioctl.c | 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()
|
H A D | waitq.c | 324 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait() 325 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
|
Completed in 6 milliseconds