Lines Matching refs:hidepid
32 enum proc_hidepid hidepid;
45 fsparam_string("hidepid", Opt_hidepid),
61 struct fs_parameter_spec hidepid_u32_spec = fsparam_u32("hidepid", Opt_hidepid);
66 return invalf(fc, "proc: unexpected type of hidepid value\n");
70 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
71 ctx->hidepid = result.uint_32;
76 ctx->hidepid = HIDEPID_OFF;
78 ctx->hidepid = HIDEPID_NO_ACCESS;
80 ctx->hidepid = HIDEPID_INVISIBLE;
82 ctx->hidepid = HIDEPID_NOT_PTRACEABLE;
84 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
154 fs_info->hide_pid = ctx->hidepid;