Lines Matching refs:attr
2331 * @attr: new attributes
2341 struct dentry *dentry, struct iattr *attr)
2345 return call_int_hook(inode_setattr, idmap, dentry, attr);
4119 * @attr: which attribute to return
4133 int security_getselfattr(unsigned int attr, struct lsm_ctx __user *uctx,
4147 if (attr == LSM_ATTR_UNDEF)
4180 rc = scall->hl->hook.getselfattr(attr, uctx, &entrysize, flags);
4212 * @attr: which attribute to set
4224 int security_setselfattr(unsigned int attr, struct lsm_ctx __user *uctx,
4252 rc = scall->hl->hook.setselfattr(attr, lctx, size, flags);
5658 * @attr: bpf attribute
5668 int security_bpf(int cmd, union bpf_attr *attr, unsigned int size, bool kernel)
5670 return call_int_hook(bpf, cmd, attr, size, kernel);
5705 * @attr: BPF syscall attributes used to create BPF map
5714 int security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr,
5717 return call_int_hook(bpf_map_create, map, attr, token, kernel);
5723 * @attr: BPF syscall attributes used to create BPF program
5733 int security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr,
5736 return call_int_hook(bpf_prog_load, prog, attr, token, kernel);
5742 * @attr: BPF syscall attributes used to create BPF token
5750 int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr,
5753 return call_int_hook(bpf_token_create, token, attr, path);