Searched refs:h_hash (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/fs/lockd/ |
D | host.c | 34 hlist_for_each_entry((host), (pos), (chain), h_hash) 40 (chain), h_hash) 177 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked() 233 hlist_for_each_entry(host, pos, chain, h_hash) { in nlmclnt_lookup_host() 256 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host() 362 hlist_for_each_entry(host, pos, 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()
|
/linux-2.6.39/fs/ext2/ |
D | xattr.h | 30 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 831 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() 905 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() 908 if (!header->h_hash) in ext2_xattr_cache_find() 1013 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
|
/linux-2.6.39/fs/ext3/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1133 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert() 1207 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find() 1210 if (!header->h_hash) in ext3_xattr_cache_find() 1308 header->h_hash = cpu_to_le32(hash); in ext3_xattr_rehash()
|
/linux-2.6.39/fs/ext4/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1411 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() 1485 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() 1488 if (!header->h_hash) in ext4_xattr_cache_find() 1585 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/linux-2.6.39/include/linux/ |
D | reiserfs_xattr.h | 15 __le32 h_hash; /* hash of the value */ member
|
/linux-2.6.39/include/linux/lockd/ |
D | lockd.h | 42 struct hlist_node h_hash; /* doubly linked list */ member
|
/linux-2.6.39/fs/reiserfs/ |
D | xattr.c | 530 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle() 681 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|