Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Dinode.c179 if (fs_info->hide_pid != HIDEPID_OFF) in proc_show_options()
180 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()
/linux/include/linux/
H A Dproc_fs.h66 enum proc_hidepid hide_pid; member