Searched refs:h_hash (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/lockd/ |
| H A D | host.c | 40 hlist_for_each_entry((host), (chain), h_hash) 46 (chain), h_hash) 184 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked() 248 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host() 273 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host() 359 hlist_for_each_entry(host, chain, h_hash) { in nlmsvc_lookup_host() 377 hlist_del(&host->h_hash); in nlmsvc_lookup_host() 378 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host() 392 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host()
|
| /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
|
| /linux/fs/ext4/ |
| H A D | xattr.h | 34 __le32 h_hash; /* hash value of all attributes */ member
|
| H A D | xattr.c | 1287 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block() 1939 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set() 3039 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert() 3107 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find() 3113 if (!header->h_hash) in ext4_xattr_block_cache_find() 3212 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
| /linux/include/linux/lockd/ |
| H A D | lockd.h | 45 struct hlist_node h_hash; /* doubly linked list */ member
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 71 - h_hash
|