attr_key          367 drivers/infiniband/core/uverbs_ioctl.c 					     u32 attr_key)
attr_key          371 drivers/infiniband/core/uverbs_ioctl.c 	if (likely(attr_key < pbundle->radix_slots_len)) {
attr_key          374 drivers/infiniband/core/uverbs_ioctl.c 		slot = pbundle->radix_slots + attr_key;
attr_key          381 drivers/infiniband/core/uverbs_ioctl.c 				      pbundle->method_key | attr_key);
attr_key          387 drivers/infiniband/core/uverbs_ioctl.c 	u32 attr_key = uapi_key_attr(uattr->attr_id);
attr_key          388 drivers/infiniband/core/uverbs_ioctl.c 	u32 attr_bkey = uapi_bkey_attr(attr_key);
attr_key          393 drivers/infiniband/core/uverbs_ioctl.c 	slot = uapi_get_attr_for_method(pbundle, attr_key);
attr_key          370 drivers/infiniband/core/uverbs_uapi.c 		u32 attr_key = iter.index & UVERBS_API_ATTR_KEY_MASK;
attr_key          371 drivers/infiniband/core/uverbs_uapi.c 		u32 attr_bkey = uapi_bkey_attr(attr_key);
attr_key          682 fs/hfsplus/xattr.c 	struct hfsplus_attr_key attr_key;
attr_key          730 fs/hfsplus/xattr.c 		hfs_bnode_read(fd.bnode, &attr_key,
attr_key          733 fs/hfsplus/xattr.c 		if (be32_to_cpu(attr_key.cnid) != inode->i_ino)
attr_key          236 include/rdma/uverbs_ioctl.h uapi_key_attr_to_ioctl_method(u32 attr_key)
attr_key          238 include/rdma/uverbs_ioctl.h 	return attr_key &
attr_key          305 include/rdma/uverbs_ioctl.h static inline __attribute_const__ u32 uapi_bkey_attr(u32 attr_key)
attr_key          307 include/rdma/uverbs_ioctl.h 	return attr_key - 1;