Searched refs:h_hash (Results 1 – 8 of 8) sorted by relevance
/fs/lockd/ |
D | host.c | 36 hlist_for_each_entry((host), (pos), (chain), h_hash) 42 (chain), h_hash) 181 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked() 239 hlist_for_each_entry(host, pos, chain, h_hash) { in nlmclnt_lookup_host() 264 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host() 351 hlist_for_each_entry(host, pos, chain, h_hash) { in nlmsvc_lookup_host() 369 hlist_del(&host->h_hash); in nlmsvc_lookup_host() 370 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host() 384 hlist_add_head(&host->h_hash, chain); in nlmsvc_lookup_host()
|
/fs/ext2/ |
D | xattr.h | 30 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 830 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() 904 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() 907 if (!header->h_hash) in ext2_xattr_cache_find() 1012 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
|
/fs/ext3/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1136 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert() 1210 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find() 1213 if (!header->h_hash) in ext3_xattr_cache_find() 1311 header->h_hash = cpu_to_le32(hash); in ext3_xattr_rehash()
|
/fs/ext4/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1417 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() 1491 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() 1494 if (!header->h_hash) in ext4_xattr_cache_find() 1591 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/fs/reiserfs/ |
D | xattr.c | 528 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle() 678 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|