Searched refs:h_hash (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/lockd/ |
D | host.c | 39 hlist_for_each_entry((host), (chain), h_hash) 45 (chain), h_hash) 182 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked() 241 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() 266 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host() 353 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host() 371 hlist_del(&host->h_hash); in nlmsvc_lookup_host() 372 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host() 386 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host()
|
/linux-4.4.14/include/uapi/linux/ |
D | reiserfs_xattr.h | 15 __le32 h_hash; /* hash of the value */ member
|
/linux-4.4.14/fs/ext2/ |
D | xattr.h | 30 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 828 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() 902 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() 905 if (!header->h_hash) in ext2_xattr_cache_find() 1010 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
|
/linux-4.4.14/fs/ext4/ |
D | xattr.h | 32 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1533 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() 1607 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() 1611 if (!header->h_hash) in ext4_xattr_cache_find() 1708 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/linux-4.4.14/include/linux/lockd/ |
D | lockd.h | 42 struct hlist_node h_hash; /* doubly linked list */ member
|
/linux-4.4.14/fs/reiserfs/ |
D | xattr.c | 553 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle() 707 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|