Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 71) sorted by relevance

123

/fs/ubifs/
Dkey.h48 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash()
156 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() local
173 uint32_t hash) in dent_key_init_hash()
191 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() local
224 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() local
241 uint32_t hash) in xent_key_init_hash()
259 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() local
/fs/coda/
Dcnode.c63 unsigned long hash = coda_f2i(fid); in coda_iget() local
114 unsigned long hash = coda_f2i(newfid); in coda_replace_fid() local
132 unsigned long hash = coda_f2i(fid); in coda_fid_to_inode() local
/fs/ext4/
Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
141 __u32 hash; in ext4fs_dirhash() local
Ddir.c259 __u32 hash; member
334 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent()
Dnamei.c99 __le32 hash; member
143 u32 hash; member
315 ext4_lblk_t hash = i ? dx_get_hash(entries): 0; in dx_show_entries() local
354 u32 hash; in dx_probe() local
507 static int ext4_htree_next_block(struct inode *dir, __u32 hash, in ext4_htree_next_block()
767 static void dx_insert_block(struct dx_frame *frame, u32 hash, ext4_lblk_t block) in dx_insert_block()
971 u32 hash; in ext4_dx_find_entry() local
Dxattr.c1397 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() local
1471 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() local
1520 __u32 hash = 0; in ext4_xattr_hash_entry() local
1557 __u32 hash = 0; in ext4_xattr_rehash() local
/fs/ext3/
Dhash.c40 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
56 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
141 __u32 hash; in ext3fs_dirhash() local
Ddir.c257 __u32 hash; member
332 int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, in ext3_htree_store_dirent()
Dxattr.c1130 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert() local
1204 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find() local
1253 __u32 hash = 0; in ext3_xattr_hash_entry() local
1290 __u32 hash = 0; in ext3_xattr_rehash() local
Dnamei.c99 __le32 hash; member
143 u32 hash; member
312 u32 block = dx_get_block(entries), hash = i? dx_get_hash(entries): 0; in dx_show_entries() local
350 u32 hash; in dx_probe() local
503 static int ext3_htree_next_block(struct inode *dir, __u32 hash, in ext3_htree_next_block()
764 static void dx_insert_block(struct dx_frame *frame, u32 hash, u32 block) in dx_insert_block()
966 u32 hash; in ext3_dx_find_entry() local
/fs/ext2/
Dxattr.c829 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local
903 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local
959 __u32 hash = 0; in ext2_xattr_hash_entry() local
996 __u32 hash = 0; in ext2_xattr_rehash() local
/fs/jbd2/
Drevoke.c82 struct list_head hash; member
109 static inline int hash(journal_t *journal, unsigned long long block) in hash() function
113 int hash = (int)block ^ (int)((block >> 31) >> 1); in hash() local
/fs/hpfs/
Ddentry.c17 unsigned long hash; in hpfs_hash_dentry() local
/fs/hfs/
Dstring.c57 unsigned int hash, len = this->len; in hfs_hash_dentry() local
/fs/autofs/
Dautofs_i.h53 int hash; member
76 int hash; member
/fs/nfsd/
Dexport.c275 int hash = item->ek_fsidtype; in svc_expkey_lookup() local
295 int hash = new->ek_fsidtype; in svc_expkey_update() local
745 int hash; in svc_export_lookup() local
762 int hash; in svc_export_update() local
1364 unsigned hash, export; in e_start() local
1392 int hash = (*pos >> 32); in e_next() local
/fs/lockd/
Dhost.c53 unsigned int hash = (__force u32)n ^ ((__force u32)n >> 16); in __nlm_hash32() local
75 unsigned int hash; in nlm_hash_address() local
/fs/affs/
Dnamei.c64 unsigned long hash; in __affs_hash_dentry() local
161 int hash; in affs_hash_name() local
/fs/ocfs2/dlm/
Ddlmmaster.c718 unsigned int hash; in dlm_get_lock_resource() local
1415 unsigned int namelen, hash; in dlm_master_request_handler() local
1765 unsigned int namelen, hash; in dlm_assert_master_handler() local
2251 unsigned int hash; in dlm_deref_lockres_handler() local
3046 unsigned int namelen, hash; in dlm_migrate_request_handler() local
3194 unsigned int hash; in dlm_clean_master_list() local
/fs/jbd/
Drevoke.c82 struct list_head hash; member
109 static inline int hash(journal_t *journal, unsigned long block) in hash() function
/fs/gfs2/
Drecovery.c156 u32 hash; in get_log_header() local
387 u32 hash; in clean_journal() local
Dglock.c50 int hash; /* hash bucket index */ member
237 static struct gfs2_glock *search_bucket(unsigned int hash, in search_bucket()
269 unsigned int hash = gl_hash(sdp, name); in gfs2_glock_find() local
715 unsigned int hash = gl_hash(sdp, &name); in gfs2_glock_get() local
1484 unsigned int hash) in examine_bucket()
Dinode.c69 unsigned long hash = (unsigned long)no_addr; in gfs2_ilookup() local
75 unsigned long hash = (unsigned long)no_addr; in gfs2_iget() local
116 unsigned long hash = (unsigned long)no_addr; in gfs2_iget_skip() local
/fs/autofs4/
Droot.c366 unsigned int hash = name->hash; in autofs4_lookup_active() local
418 unsigned int hash = name->hash; in autofs4_lookup_expiring() local
/fs/reiserfs/
Dbitmap.c246 unsigned long hash; in bmap_hash_id() local
670 unsigned long hash; in dirid_groups() local
696 unsigned long hash; in oid_groups() local

123