Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Droot.c54 value == HIDEPID_INVISIBLE || in valid_hidepid()
80 ctx->hidepid = HIDEPID_INVISIBLE; in proc_parse_hidepid_param()
H A Dinode.c166 case HIDEPID_INVISIBLE: return "invisible"; in hidepid2str()
H A Dbase.c779 if (fs_info->hide_pid == HIDEPID_INVISIBLE) { in proc_pid_permission()
2032 if (!has_pid_permissions(fs_info, task, HIDEPID_INVISIBLE)) { in pid_getattr()
3606 if (!has_pid_permissions(fs_info, iter.task, HIDEPID_INVISIBLE)) in proc_pid_readdir()
/linux/include/linux/
H A Dproc_fs.h57 HIDEPID_INVISIBLE = 2, enumerator