Lines Matching refs:id
320 * Current index to use while initializing the lsm id list.
872 * @id: LSM id
884 u64 id, u64 flags)
905 nctx->id = id;
1149 * @id: id
1156 int security_quotactl(int cmds, int type, int id, const struct super_block *sb)
1158 return call_int_hook(quotactl, cmds, type, id, sb);
3372 * @id: file identifier
3379 int security_kernel_read_file(struct file *file, enum kernel_read_file_id id,
3382 return call_int_hook(kernel_read_file, file, id, contents);
3391 * @id: file identifier
3400 enum kernel_read_file_id id)
3402 return call_int_hook(kernel_post_read_file, file, buf, size, id);
3408 * @id: data identifier
3415 int security_kernel_load_data(enum kernel_load_data_id id, bool contents)
3417 return call_int_hook(kernel_load_data, id, contents);
3425 * @id: data identifier
3426 * @description: text description of data, specific to the id value
3436 enum kernel_load_data_id id,
3439 return call_int_hook(kernel_post_load_data, buf, size, id, description);
3444 * security_task_fix_setuid() - Update LSM with new user id attributes
3464 * security_task_fix_setgid() - Update LSM with new group id attributes
3530 * security_task_getsid() - Check if getting the session id is allowed
4137 struct lsm_ctx lctx = { .id = LSM_ID_UNDEF, };
4165 if (lctx.id == LSM_ID_UNDEF)
4175 if (single && lctx.id != scall->hl->lsmid->id)
4251 if ((scall->hl->lsmid->id) == lctx->id) {
4278 if (lsmid != 0 && lsmid != scall->hl->lsmid->id)
4302 if (lsmid != 0 && lsmid != scall->hl->lsmid->id)