Searched refs:h_hash (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/lockd/ |
H A D | host.c | 40 hlist_for_each_entry((host), (chain), h_hash) 46 (chain), h_hash) 185 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked() 249 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() 274 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host() 360 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host() 378 hlist_del(&host->h_hash); in nlmsvc_lookup_host() 379 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host() 393 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host()
|
/openbmc/linux/include/uapi/linux/ |
H A D | reiserfs_xattr.h | 16 __le32 h_hash; /* hash of the value */ member
|
/openbmc/linux/fs/ext2/ |
H A D | xattr.c | 523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() 661 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_release_block() 874 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() 940 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() 944 if (!header->h_hash) in ext2_xattr_cache_find() 1043 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
|
H A D | xattr.h | 31 __le32 h_hash; /* hash value of all attributes */ member
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.h | 34 __le32 h_hash; /* hash value of all attributes */ member
|
H A D | xattr.c | 1285 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block() 1937 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set() 3043 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert() 3112 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find() 3118 if (!header->h_hash) in ext4_xattr_block_cache_find() 3219 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/openbmc/linux/include/linux/lockd/ |
H A D | lockd.h | 44 struct hlist_node h_hash; /* doubly linked list */ member
|
/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 569 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle() 734 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | attributes.rst | 71 - h_hash
|