Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dinode.c175 WARN_ONCE(1, "bad hide_pid value: %d\n", v); in hidepid2str()
185 if (fs_info->hide_pid != HIDEPID_OFF) in proc_show_options()
186 seq_printf(seq, ",hidepid=%s", hidepid2str(fs_info->hide_pid)); in proc_show_options()
H A Droot.c154 fs_info->hide_pid = ctx->hidepid; in proc_apply_options()
H A Dbase.c754 if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) in has_pid_permissions()
757 if (fs_info->hide_pid < hide_pid_min) in has_pid_permissions()
779 if (fs_info->hide_pid == HIDEPID_INVISIBLE) { in proc_pid_permission()
3519 if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) { in proc_pid_lookup()
/openbmc/linux/include/linux/
H A Dproc_fs.h50 /* definitions for hide_pid field */
69 enum proc_hidepid hide_pid;
66 enum proc_hidepid hide_pid; global() member