Searched refs:insert_hash (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Daudit_tree.c226 static void insert_hash(struct audit_chunk *chunk) function
445 insert_hash(chunk);
/linux-master/fs/ocfs2/
H A Ddir.c3530 * leaf_cpos is the cpos of the leaf we're splitting. insert_hash is
3537 u32 leaf_cpos, u32 insert_hash,
3556 if (val == insert_hash) {
3571 * yet is not equal to insert_hash, then we
3572 * know that insert_hash *must* be larger than
3584 if (val > insert_hash) {
3596 *split_hash = insert_hash;
3690 u32 cpos, split_hash, insert_hash = hinfo->major_hash; local
3703 insert_hash);
3776 ret = ocfs2_dx_dir_find_leaf_split(dx_leaf, leaf_cpos, insert_hash,
3536 ocfs2_dx_dir_find_leaf_split(struct ocfs2_dx_leaf *dx_leaf, u32 leaf_cpos, u32 insert_hash, u32 *split_hash) argument
[all...]
/linux-master/drivers/md/
H A Draid5.c433 static inline void insert_hash(struct r5conf *conf, struct stripe_head *sh) function
437 pr_debug("insert_hash(), stripe %llu\n",
614 insert_hash(conf, sh);

Completed in 204 milliseconds