Searched refs:h_hash (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/lockd/ |
A 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-6.3-rc2/include/uapi/linux/ |
A D | reiserfs_xattr.h | 16 __le32 h_hash; /* hash of the value */ member
|
/linux-6.3-rc2/fs/ext2/ |
A D | xattr.c | 524 __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()
|
A D | xattr.h | 31 __le32 h_hash; /* hash value of all attributes */ member
|
/linux-6.3-rc2/fs/ext4/ |
A D | xattr.h | 34 __le32 h_hash; /* hash value of all attributes */ member
|
A D | xattr.c | 1302 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_release_block() 1952 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set() 3046 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert() 3115 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find() 3121 if (!header->h_hash) in ext4_xattr_block_cache_find() 3220 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/linux-6.3-rc2/include/linux/lockd/ |
A D | lockd.h | 44 struct hlist_node h_hash; /* doubly linked list */ member
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | xattr.c | 567 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle() 732 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | attributes.rst | 71 - h_hash
|
Completed in 41 milliseconds