Home
last modified time | relevance | path

Searched refs:h_hash (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/fs/lockd/
Dhost.c34 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/
Dxattr.h30 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c831 __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/
Dxattr.h29 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c1133 __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/
Dxattr.h29 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c1411 __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/
Dreiserfs_xattr.h15 __le32 h_hash; /* hash of the value */ member
/linux-2.6.39/include/linux/lockd/
Dlockd.h42 struct hlist_node h_hash; /* doubly linked list */ member
/linux-2.6.39/fs/reiserfs/
Dxattr.c530 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle()
681 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()