Home
last modified time | relevance | path

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

/fs/lockd/
Dhost.c39 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()
/fs/ext2/
Dxattr.h30 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c829 __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()
/fs/ext3/
Dxattr.h29 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c1136 __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/
Dxattr.h32 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c1536 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert()
1610 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find()
1614 if (!header->h_hash) in ext4_xattr_cache_find()
1711 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
/fs/reiserfs/
Dxattr.c540 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle()
690 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()