Searched refs:hashp (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dabtree.h | 39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
|
H A D | dabtree.c | 99 __be32 *hashp) in xchk_da_btree_hash() 106 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash() 96 xchk_da_btree_hash( struct xchk_da_btree *ds, int level, __be32 *hashp) xchk_da_btree_hash() argument
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | dabtree.h | 39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
|
H A D | dabtree.c | 100 __be32 *hashp) in xchk_da_btree_hash() 107 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash() 97 xchk_da_btree_hash( struct xchk_da_btree *ds, int level, __be32 *hashp) xchk_da_btree_hash() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | uio.h | 287 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | uio.h | 363 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
|
/kernel/linux/linux-5.10/net/unix/ |
H A 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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | iov_iter.c | 1565 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument 1569 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()
|
/kernel/linux/linux-6.6/lib/ |
H A D | iov_iter.c | 1237 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument 1241 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()
|
Completed in 12 milliseconds