Home
last modified time | relevance | path

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

/fs/lockd/
Dhost.c40 hlist_for_each_entry((host), (chain), h_hash)
46 (chain), h_hash)
185 hlist_del_init(&host->h_hash); in nlm_destroy_host_locked()
249 hlist_for_each_entry(host, chain, h_hash) { in nlmclnt_lookup_host()
274 hlist_add_head(&host->h_hash, chain); in nlmclnt_lookup_host()
360 hlist_for_each_entry(host, 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()
/fs/ext2/
Dxattr.c524 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set()
663 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_release_block()
873 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert()
939 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find()
943 if (!header->h_hash) in ext2_xattr_cache_find()
1042 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
Dxattr.h31 __le32 h_hash; /* hash value of all attributes */ member
/fs/ext4/
Dxattr.h34 __le32 h_hash; /* hash value of all attributes */ member
Dxattr.c1236 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block()
1898 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set()
2995 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert()
3064 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find()
3070 if (!header->h_hash) in ext4_xattr_block_cache_find()
3147 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
/fs/reiserfs/
Dxattr.c567 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle()
732 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()