Home
last modified time | relevance | path

Searched refs:oz_pgrp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/autofs/
H A 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()
H A Dautofs_i.h111 struct pid *oz_pgrp; member
147 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
H A Ddev-ioctl.c359 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 Dwaitq.c368 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 Dinode.c53 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 Dautofs_i.h110 struct pid *oz_pgrp; member
146 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
H A Ddev-ioctl.c360 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 Dwaitq.c324 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