Lines Matching defs:cpos
858 u32 cpos;
862 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno,
869 cend = cpos + clen;
873 cpos += clen - 1;
876 name_hash - cpos);
877 cpos = name_hash;
890 *ret_cpos = cpos;
2439 u32 cpos, handle_t *handle,
2480 u32 cpos, handle_t *handle,
2489 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves,
2496 ret = ocfs2_insert_extent(handle, et, cpos, phys_blkno, 1, 0,
3546 * leaf_cpos is the cpos of the leaf we're splitting. insert_hash is
3589 * val (and leaf_cpos). At least cpos+1 in value.
3605 * cpos and val, otherwise the entries with
3706 u32 cpos, split_hash, insert_hash = hinfo->major_hash;
3834 cpos = split_hash;
3835 ret = ocfs2_dx_dir_new_cluster(dir, &et, cpos, handle,
4409 u32 major_hash = UINT_MAX, p_cpos, cpos;
4438 major_hash, &cpos, &blkno, &clen);
4446 ret = ocfs2_remove_btree_range(dir, &et, cpos, p_cpos, clen, 0,
4453 if (cpos == 0)
4456 major_hash = cpos - 1;