Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Droot.c57 value == HIDEPID_INVISIBLE || in valid_hidepid()
83 ctx->hidepid = HIDEPID_INVISIBLE; in proc_parse_hidepid_param()
H A Dinode.c174 case HIDEPID_INVISIBLE: return "invisible"; in hidepid2str()
H A Dbase.c743 if (fs_info->hide_pid == HIDEPID_INVISIBLE) { in proc_pid_permission()
1945 if (!has_pid_permissions(fs_info, task, HIDEPID_INVISIBLE)) { in pid_getattr()
3463 if (!has_pid_permissions(fs_info, iter.task, HIDEPID_INVISIBLE)) in proc_pid_readdir()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproc_fs.h50 HIDEPID_INVISIBLE = 2, enumerator