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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c3603 * leaf_cpos is the cpos of the leaf we're splitting. insert_hash is
3610 u32 leaf_cpos, u32 insert_hash,
3629 if (val == insert_hash) {
3644 * yet is not equal to insert_hash, then we
3645 * know that insert_hash *must* be larger than
3657 if (val > insert_hash) {
3669 *split_hash = insert_hash;
3764 u32 cpos, split_hash, insert_hash = hinfo->major_hash; local
3777 (unsigned long long)leaf_blkno, insert_hash);
3846 ret = ocfs2_dx_dir_find_leaf_split(dx_leaf, leaf_cpos, insert_hash,
3609 ocfs2_dx_dir_find_leaf_split(struct ocfs2_dx_leaf *dx_leaf, u32 leaf_cpos, u32 insert_hash, u32 *split_hash) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_tree.c177 static void insert_hash(struct audit_chunk *chunk) function
348 insert_hash(chunk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.c250 static inline void insert_hash(raid5_conf_t *conf, struct stripe_head *sh) function
254 pr_debug("insert_hash(), stripe %llu\n",
351 insert_hash(conf, sh);

Completed in 109 milliseconds