Lines Matching refs:first_hash
287 u32 *first_hash);
3811 u32 first_hash,
3929 u32 first_hash, num_clusters = 0;
3940 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash,
3947 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash);
3950 name, name_index, first_hash,
3955 p_blkno, first_hash, num_clusters, xs);
4499 * first_hash will be set as the 1st xe's name_hash in the new extent.
4507 u32 *first_hash)
4527 to_move, first_hash);
4611 * first_hash will record the 1st hash of the new bucket.
4617 * first_hash will be initialized as (hash_value+1).
4623 u32 *first_hash,
4762 /* store the first_hash of the new bucket. */
4763 if (first_hash)
4764 *first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
4873 u32 *first_hash)
4959 if (first_hash)
4960 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
4977 u32 *first_hash)
4992 new_blk, first_hash, 1);