Searched refs:hashp (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/xfs/scrub/ |
D | dabtree.h | 40 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
|
D | dabtree.c | 121 __be32 *hashp) in xchk_da_btree_hash() argument 129 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash()
|
/Linux-v5.4/include/linux/ |
D | uio.h | 267 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
|
/Linux-v5.4/net/unix/ |
D | af_unix.c | 223 static int unix_mkname(struct sockaddr_un *sunaddr, int len, unsigned int *hashp) in unix_mkname() argument 225 *hashp = 0; in unix_mkname() 244 *hashp = unix_hash_fold(csum_partial(sunaddr, len, 0)); in unix_mkname()
|
/Linux-v5.4/lib/ |
D | iov_iter.c | 1532 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument 1536 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()
|