Lines Matching refs:hidepid
35 enum proc_hidepid hidepid;
48 fsparam_string("hidepid", Opt_hidepid),
64 struct fs_parameter_spec hidepid_u32_spec = fsparam_u32("hidepid", Opt_hidepid);
69 return invalf(fc, "proc: unexpected type of hidepid value\n");
73 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
74 ctx->hidepid = result.uint_32;
79 ctx->hidepid = HIDEPID_OFF;
81 ctx->hidepid = HIDEPID_NO_ACCESS;
83 ctx->hidepid = HIDEPID_INVISIBLE;
85 ctx->hidepid = HIDEPID_NOT_PTRACEABLE;
87 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
157 fs_info->hide_pid = ctx->hidepid;