Searched refs:h_hash (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/lockd/ |
D | host.c | 40 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()
|
/Linux-v5.15/include/uapi/linux/ |
D | reiserfs_xattr.h | 16 __le32 h_hash; /* hash of the value */ member
|
/Linux-v5.15/fs/ext2/ |
D | xattr.c | 523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() 752 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() 833 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() 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() 1056 header->h_hash = cpu_to_le32(hash); in ext2_xattr_rehash()
|
D | xattr.h | 31 __le32 h_hash; /* hash value of all attributes */ member
|
/Linux-v5.15/fs/ext4/ |
D | xattr.h | 34 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1241 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block() 1869 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set() 2957 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert() 3026 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find() 3032 if (!header->h_hash) in ext4_xattr_block_cache_find() 3109 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/Linux-v5.15/include/linux/lockd/ |
D | lockd.h | 44 struct hlist_node h_hash; /* doubly linked list */ member
|
/Linux-v5.15/fs/reiserfs/ |
D | xattr.c | 574 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle() 739 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|