Home
last modified time | relevance | path

Searched refs:attr_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/rdma/
Duverbs_ioctl.h196 static inline __attribute_const__ u32 uapi_key_attr_to_method(u32 attr_key) in uapi_key_attr_to_method() argument
198 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() argument
251 return attr_key - 1; in uapi_bkey_attr()
/linux-4.19.296/fs/hfsplus/
Dxattr.c682 struct hfsplus_attr_key attr_key; in hfsplus_listxattr() local
730 hfs_bnode_read(fd.bnode, &attr_key, in hfsplus_listxattr()
733 if (be32_to_cpu(attr_key.cnid) != inode->i_ino) in hfsplus_listxattr()