Home
last modified time | relevance | path

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

1234

/fs/ext2/
Dxattr.c523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local
752 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local
833 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local
873 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local
939 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local
1004 __u32 hash = 0; in ext2_xattr_hash_entry() local
1041 __u32 hash = 0; in ext2_xattr_rehash() local
/fs/nfs/
Dpnfs_dev.c81 long hash) in _lookup_deviceid()
174 const struct nfs4_deviceid *id, long hash) in __nfs4_find_get_deviceid()
192 long hash = nfs4_deviceid_hash(id); in nfs4_find_get_deviceid() local
331 _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.c30 u8 *hash) in __ubifs_node_calc_hash()
46 static int ubifs_hash_calc_hmac(const struct ubifs_info *c, const u8 *hash, in ubifs_hash_calc_hmac()
67 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_prepare_auth_node() local
137 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()
565 struct shash_desc *log_hash, u8 *hash) in authenticate_sleb_hash()
598 u8 hash[UBIFS_HASH_ARR_SZ]; in authenticate_sleb() local
722 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
1717 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_delete_xattr() local
1838 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_jnl_change_xattr() local
/fs/notify/fanotify/
Dfanotify.c362 unsigned int fh_len, unsigned int *hash, in fanotify_encode_fh()
462 unsigned int *hash, in fanotify_alloc_path_event()
499 unsigned int *hash, in fanotify_alloc_fid_event()
521 unsigned int *hash, in fanotify_alloc_name_event()
581 unsigned int hash = 0; in fanotify_alloc_event() local
/fs/dlm/
Ddir.c33 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid()
203 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.c338 static void ext4_xattr_inode_set_hash(struct inode *ea_inode, u32 hash) in ext4_xattr_inode_set_hash()
454 u32 hash; in ext4_xattr_inode_verify_hashes() local
1225 u32 hash, ref; in ext4_xattr_release_block() local
1414 struct inode *inode, u32 hash) in ext4_xattr_inode_create()
1469 size_t value_len, u32 hash) in ext4_xattr_inode_cache_find()
1524 u32 hash; in ext4_xattr_inode_lookup_create() local
1788 __le32 hash = 0; in ext4_xattr_set_entry() local
1898 __u32 hash = le32_to_cpu(BHDR(bs->bh)->h_hash); in ext4_xattr_block_set() local
2994 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_insert() local
3063 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_block_cache_find() local
[all …]
Ddir.c405 __u32 hash; member
460 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent()
/fs/nfsd/
Dexport.c276 int hash = item->ek_fsidtype; in svc_expkey_hash() local
290 int hash = svc_expkey_hash(item); in svc_expkey_lookup() local
304 int hash = svc_expkey_hash(new); in svc_expkey_update() local
861 int hash; in svc_export_hash() local
873 int hash = svc_export_hash(exp); in svc_export_lookup() local
886 int hash = svc_export_hash(old); in svc_export_update() local
Dpnfs.h15 struct list_head hash; member
/fs/smbfs_common/
Dmd4.h17 u32 hash[MD4_HASH_WORDS]; 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
1371 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.h25 xfs_dahash_t hash; /* this entry's hash value */ member
/fs/ocfs2/dlm/
Ddlmmaster.c328 unsigned int hash; in dlm_find_mle() local
712 unsigned int hash; in dlm_get_lock_resource() local
1409 unsigned int namelen, hash; in dlm_master_request_handler() local
1767 unsigned int namelen, hash; in dlm_assert_master_handler() local
2259 unsigned int hash; in dlm_deref_lockres_handler() local
2354 unsigned int hash; in dlm_deref_lockres_done_handler() local
3107 unsigned int namelen, hash; in dlm_migrate_request_handler() local
/fs/ntfs3/
Dlznt.c35 struct lznt_hash hash[LZNT_CHUNK_SIZE]; member
52 const u8 **hash; in longest_match_std() 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.c308 unsigned long hash = init_name_hash(ns); in kernfs_name_hash() local
322 static int kernfs_name_compare(unsigned int hash, const char *name, in kernfs_name_compare()
812 unsigned int hash; in kernfs_find_ns() local
1697 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

1234