Searched refs:h_hash (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/fs/lockd/ |
D | host.c | 39 hlist_for_each_entry((host), (chain), h_hash) 45 (chain), h_hash) 181 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked() 240 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() 265 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host() 352 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host() 370 hlist_del(&host->h_hash); in nlmsvc_lookup_host() 371 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host() 385 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host()
|
/linux-4.1.27/include/uapi/linux/ |
D | reiserfs_xattr.h | 15 __le32 h_hash; /* hash of the value */ member
|
/linux-4.1.27/fs/ext2/ |
D | xattr.h | 30 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 829 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() 903 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() 906 if (!header->h_hash) in ext2_xattr_cache_find() 1011 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
|
/linux-4.1.27/fs/ext3/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1135 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert() 1209 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find() 1212 if (!header->h_hash) in ext3_xattr_cache_find() 1310 header->h_hash = cpu_to_le32(hash); in ext3_xattr_rehash()
|
/linux-4.1.27/fs/ext4/ |
D | xattr.h | 32 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1534 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() 1608 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() 1612 if (!header->h_hash) in ext4_xattr_cache_find() 1709 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/linux-4.1.27/include/linux/lockd/ |
D | lockd.h | 42 struct hlist_node h_hash; /* doubly linked list */ member
|
/linux-4.1.27/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()
|