Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dproc_fs.h66 enum proc_hidepid hide_pid; member
/linux-5.19.10/fs/proc/
Dinode.c187 if (fs_info->hide_pid != HIDEPID_OFF) in proc_show_options()
188 seq_printf(seq, ",hidepid=%s", hidepid2str(fs_info->hide_pid)); in proc_show_options()
Droot.c157 fs_info->hide_pid = ctx->hidepid; in proc_apply_options()
Dbase.c719 if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) in has_pid_permissions()
722 if (fs_info->hide_pid < hide_pid_min) in has_pid_permissions()
744 if (fs_info->hide_pid == HIDEPID_INVISIBLE) { in proc_pid_permission()
3439 if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) { in proc_pid_lookup()