Searched refs:hashp (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/xfs/scrub/ |
D | dabtree.h | 39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
|
D | dabtree.c | 99 __be32 *hashp) in xchk_da_btree_hash() argument 106 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash()
|
/Linux-v5.10/include/linux/ |
D | uio.h | 266 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
|
/Linux-v5.10/net/unix/ |
D | af_unix.c | 229 static int unix_mkname(struct sockaddr_un *sunaddr, int len, unsigned int *hashp) in unix_mkname() argument 231 *hashp = 0; in unix_mkname() 250 *hashp = unix_hash_fold(csum_partial(sunaddr, len, 0)); in unix_mkname()
|
/Linux-v5.10/lib/ |
D | iov_iter.c | 1569 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument 1573 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()
|