Lines Matching refs:first_hash
293 u32 *first_hash);
3817 u32 first_hash,
3935 u32 first_hash, num_clusters = 0;
3946 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash,
3953 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash);
3956 name, name_index, first_hash,
3961 p_blkno, first_hash, num_clusters, xs);
4505 * first_hash will be set as the 1st xe's name_hash in the new extent.
4513 u32 *first_hash)
4533 to_move, first_hash);
4617 * first_hash will record the 1st hash of the new bucket.
4623 * first_hash will be initialized as (hash_value+1).
4629 u32 *first_hash,
4768 /* store the first_hash of the new bucket. */
4769 if (first_hash)
4770 *first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
4879 u32 *first_hash)
4965 if (first_hash)
4966 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
4983 u32 *first_hash)
4998 new_blk, first_hash, 1);