Home
last modified time | relevance | path

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

1234

/fs/ext2/
Dxattr.c520 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local
748 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local
821 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local
861 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local
927 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local
992 __u32 hash = 0; in ext2_xattr_hash_entry() local
1029 __u32 hash = 0; in ext2_xattr_rehash() local
/fs/nfs/
Dpnfs_dev.c79 long hash) in _lookup_deviceid()
172 const struct nfs4_deviceid *id, long hash) in __nfs4_find_get_deviceid()
190 long hash = nfs4_deviceid_hash(id); in nfs4_find_get_deviceid() local
324 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client()
/fs/coda/
Dcnode.c65 unsigned long hash = coda_f2i(fid); in coda_iget() local
122 unsigned long hash = coda_f2i(newfid); in coda_replace_fid() local
138 unsigned long hash = coda_f2i(fid); in coda_fid_to_inode() local
/fs/ubifs/
Dkey.h42 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash()
150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() local
167 uint32_t hash) in dent_key_init_hash()
186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() local
219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init() local
237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init_flash() local
Dauth.c31 u8 *hash) in __ubifs_node_calc_hash()
53 static int ubifs_hash_calc_hmac(const struct ubifs_info *c, const u8 *hash, in ubifs_hash_calc_hmac()
82 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_prepare_auth_node() local
152 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash()
Dreplay.c49 u8 hash[UBIFS_HASH_ARR_SZ]; member
384 const u8 *hash, union ubifs_key *key, in insert_node()
433 const u8 *hash, union ubifs_key *key, in insert_dent()
563 static int authenticate_sleb_hash(struct ubifs_info *c, struct shash_desc *log_hash, u8 *hash) in authenticate_sleb_hash()
573 static int authenticate_sleb_hmac(struct ubifs_info *c, u8 *hash, u8 *hmac) in authenticate_sleb_hmac()
605 u8 hash[UBIFS_HASH_ARR_SZ]; in authenticate_sleb() local
728 u8 hash[UBIFS_HASH_ARR_SZ]; in replay_bud() local
Djournal.c226 int len, struct shash_desc *hash) in ubifs_hash_nodes()
732 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_write_data() local
849 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_write_inode() local
1679 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_delete_xattr() local
1800 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_change_xattr() local
/fs/dlm/
Ddir.c33 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid()
201 uint32_t hash, bucket; in find_rsb_root() local
/fs/ext4/
Dhash.c105 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
121 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
203 __u32 hash; in __ext4fs_dirhash() local
Dxattr.c336 static void ext4_xattr_inode_set_hash(struct inode *ea_inode, u32 hash) in ext4_xattr_inode_set_hash()
452 u32 hash; in ext4_xattr_inode_verify_hashes() local
1238 u32 hash, ref; in ext4_xattr_release_block() local
1424 struct inode *inode, u32 hash) in ext4_xattr_inode_create()
1479 size_t value_len, u32 hash) in ext4_xattr_inode_cache_find()
1534 u32 hash; in ext4_xattr_inode_lookup_create() local
1798 __le32 hash = 0; in ext4_xattr_set_entry() local
1907 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set() local
2998 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert() local
3067 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find() local
[all …]
Ddir.c407 __u32 hash; member
462 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent()
/fs/nfsd/
Dexport.c265 int hash = item->ek_fsidtype; in svc_expkey_hash() local
279 int hash = svc_expkey_hash(item); in svc_expkey_lookup() local
293 int hash = svc_expkey_hash(new); in svc_expkey_update() local
782 int hash; in svc_export_hash() local
794 int hash = svc_export_hash(exp); in svc_export_lookup() local
807 int hash = svc_export_hash(old); in svc_export_update() local
Dnfscache.c403 u32 hash = nfsd_cache_hash(xid, nn); in nfsd_cache_lookup() local
509 u32 hash; in nfsd_cache_update() local
Dpnfs.h15 struct list_head hash; member
/fs/hpfs/
Ddentry.c18 unsigned long hash; in hpfs_hash_dentry() local
/fs/gfs2/
Dquota.c96 static inline void spin_lock_bucket(unsigned int hash) in spin_lock_bucket()
101 static inline void spin_unlock_bucket(unsigned int hash) in spin_unlock_bucket()
211 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
240 static struct gfs2_quota_data *gfs2_qd_search_bucket(unsigned int hash, in gfs2_qd_search_bucket()
266 unsigned int hash = gfs2_qd_hash(sdp, qid); in qd_get() local
1353 unsigned int hash; in gfs2_quota_init() local
/fs/hfs/
Dstring.c57 unsigned int hash, len = this->len; in hfs_hash_dentry() local
/fs/xfs/libxfs/
Dxfs_attr_sf.h26 xfs_dahash_t hash; /* this entry's hash value */ member
/fs/ocfs2/dlm/
Ddlmmaster.c330 unsigned int hash; in dlm_find_mle() local
714 unsigned int hash; in dlm_get_lock_resource() local
1411 unsigned int namelen, hash; in dlm_master_request_handler() local
1769 unsigned int namelen, hash; in dlm_assert_master_handler() local
2261 unsigned int hash; in dlm_deref_lockres_handler() local
2356 unsigned int hash; in dlm_deref_lockres_done_handler() local
3112 unsigned int namelen, hash; in dlm_migrate_request_handler() local
/fs/btrfs/
Dprops.c26 static const struct hlist_head *find_prop_handlers_by_hash(const u64 hash) in find_prop_handlers_by_hash()
44 u64 hash = btrfs_name_hash(name, strlen(name)); in find_prop_handler() local
/fs/kernfs/
Ddir.c309 unsigned long hash = init_name_hash(ns); in kernfs_name_hash() local
323 static int kernfs_name_compare(unsigned int hash, const char *name, in kernfs_name_compare()
857 unsigned int hash; in kernfs_find_ns() local
1633 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos()
/fs/jbd2/
Drevoke.c104 struct list_head hash; member
131 static inline int hash(journal_t *journal, unsigned long long block) in hash() function
/fs/lockd/
Dhost.c71 unsigned int hash = (__force u32)n ^ ((__force u32)n >> 16); in __nlm_hash32() local
93 unsigned int hash; in nlm_hash_address() local
/fs/xfs/scrub/
Ddir.c200 xfs_dahash_t hash; in xchk_dir_rec() local
490 __u32 hash; in xchk_directory_leaf1_bestfree() local
/fs/reiserfs/
Dbitmap.c277 unsigned long hash; in bmap_hash_id() local
801 unsigned long hash; in dirid_groups() local
828 unsigned long hash; in oid_groups() local

1234