Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/autofs/
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()
A Dautofs_i.h110 struct pid *oz_pgrp; member
146 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
A Dwaitq.c323 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
324 tgid = task_tgid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
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()

Completed in 9 milliseconds