Searched refs:h_hash (Results 1 – 8 of 8) sorted by relevance
/fs/lockd/ |
D | host.c | 125 hlist_for_each_entry(host, pos, chain, h_hash) { in nlm_lookup_host() 144 hlist_del(&host->h_hash); in nlm_lookup_host() 145 hlist_add_head(&host->h_hash, chain); in nlm_lookup_host() 196 hlist_add_head(&host->h_hash, chain); in nlm_lookup_host() 471 hlist_for_each_entry(host, pos, chain, h_hash) { in nlm_host_rebooted() 515 hlist_for_each_entry(host, pos, chain, h_hash) { in nlm_shutdown_hosts() 533 hlist_for_each_entry(host, pos, chain, h_hash) { in nlm_shutdown_hosts() 556 hlist_for_each_entry(host, pos, chain, h_hash) in nlm_gc_hosts() 564 hlist_for_each_entry_safe(host, pos, next, chain, h_hash) { in nlm_gc_hosts() 573 hlist_del_init(&host->h_hash); in nlm_gc_hosts()
|
/fs/ext2/ |
D | xattr.h | 30 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 829 __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/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1130 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert() 1204 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find() 1207 if (!header->h_hash) in ext3_xattr_cache_find() 1305 header->h_hash = cpu_to_le32(hash); in ext3_xattr_rehash()
|
/fs/ext4/ |
D | xattr.h | 29 __le32 h_hash; /* hash value of all attributes */ member
|
D | xattr.c | 1397 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() 1471 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() 1474 if (!header->h_hash) in ext4_xattr_cache_find() 1572 header->h_hash = cpu_to_le32(hash); in ext4_xattr_rehash()
|
/fs/reiserfs/ |
D | xattr.c | 492 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set() 608 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
|