Searched refs:attr_key (Results 1 – 4 of 4) sorted by relevance
267 u32 attr_key) in uapi_get_attr_for_method() argument271 if (likely(attr_key < pbundle->radix_slots_len)) { in uapi_get_attr_for_method()274 slot = pbundle->radix_slots + attr_key; in uapi_get_attr_for_method()281 pbundle->method_key | attr_key); in uapi_get_attr_for_method()287 u32 attr_key = uapi_key_attr(uattr->attr_id); in uverbs_set_attr() local288 u32 attr_bkey = uapi_bkey_attr(attr_key); in uverbs_set_attr()293 slot = uapi_get_attr_for_method(pbundle, attr_key); in uverbs_set_attr()
173 u32 attr_key = iter.index & UVERBS_API_ATTR_KEY_MASK; in uapi_finalize_ioctl_method() local174 u32 attr_bkey = uapi_bkey_attr(attr_key); in uapi_finalize_ioctl_method()
196 static inline __attribute_const__ u32 uapi_key_attr_to_method(u32 attr_key) in uapi_key_attr_to_method() argument198 return attr_key & in uapi_key_attr_to_method()249 static inline __attribute_const__ u32 uapi_bkey_attr(u32 attr_key) in uapi_bkey_attr() argument251 return attr_key - 1; in uapi_bkey_attr()
682 struct hfsplus_attr_key attr_key; in hfsplus_listxattr() local730 hfs_bnode_read(fd.bnode, &attr_key, in hfsplus_listxattr()733 if (be32_to_cpu(attr_key.cnid) != inode->i_ino) in hfsplus_listxattr()