Lines Matching refs:attr
2118 * @attr: new attributes
2128 struct dentry *dentry, struct iattr *attr)
2134 ret = call_int_hook(inode_setattr, 0, dentry, attr);
2137 return evm_inode_setattr(idmap, dentry, attr);
5179 * @attr: bpf attribute
5188 int security_bpf(int cmd, union bpf_attr *attr, unsigned int size)
5190 return call_int_hook(bpf, 0, cmd, attr, size);
5289 * @attr: perf event attribute
5296 int security_perf_event_open(struct perf_event_attr *attr, int type)
5298 return call_int_hook(perf_event_open, 0, attr, type);