Searched refs:first_hash (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c139 int first_hash; /* marks that we don't have previous state */ member in struct:mv_req_hash_ctx
359 if (req_ctx->first_hash) { mv_process_hash_current()
365 req_ctx->first_hash = 0; mv_process_hash_current()
410 if (unlikely(req_ctx->first_hash)) { mv_hash_final_fallback()
710 ctx->first_hash = 1; mv_init_hash_req_ctx()
/linux-4.1.27/fs/ocfs2/
H A Dxattr.c301 u32 *first_hash);
3806 u32 first_hash, ocfs2_xattr_bucket_find()
3927 u32 first_hash, num_clusters = 0; ocfs2_xattr_index_block_find() local
3938 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash, ocfs2_xattr_index_block_find()
3945 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash); ocfs2_xattr_index_block_find()
3948 name, name_index, first_hash, ocfs2_xattr_index_block_find()
3953 p_blkno, first_hash, num_clusters, xs); ocfs2_xattr_index_block_find()
4499 * first_hash will be set as the 1st xe's name_hash in the new extent.
4507 u32 *first_hash) ocfs2_mv_xattr_bucket_cross_cluster()
4527 to_move, first_hash); ocfs2_mv_xattr_bucket_cross_cluster()
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, ocfs2_divide_xattr_bucket()
4762 /* store the first_hash of the new bucket. */ ocfs2_divide_xattr_bucket()
4763 if (first_hash) ocfs2_divide_xattr_bucket()
4764 *first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash); ocfs2_divide_xattr_bucket()
4873 u32 *first_hash) ocfs2_mv_xattr_buckets()
4959 if (first_hash) ocfs2_mv_xattr_buckets()
4960 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); ocfs2_mv_xattr_buckets()
4977 u32 *first_hash) ocfs2_divide_xattr_cluster()
4992 new_blk, first_hash, 1); ocfs2_divide_xattr_cluster()
3801 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) ocfs2_xattr_bucket_find() argument
4501 ocfs2_mv_xattr_bucket_cross_cluster(struct inode *inode, handle_t *handle, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u64 new_blkno, u32 num_clusters, u32 *first_hash) ocfs2_mv_xattr_bucket_cross_cluster() argument
4619 ocfs2_divide_xattr_bucket(struct inode *inode, handle_t *handle, u64 blk, u64 new_blk, u32 *first_hash, int new_bucket_head) ocfs2_divide_xattr_bucket() argument
4870 ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, u64 src_blk, u64 last_blk, u64 to_blk, unsigned int start_bucket, u32 *first_hash) ocfs2_mv_xattr_buckets() argument
4973 ocfs2_divide_xattr_cluster(struct inode *inode, handle_t *handle, u64 prev_blk, u64 new_blk, u32 *first_hash) ocfs2_divide_xattr_cluster() argument

Completed in 117 milliseconds