Searched refs:first_hash (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/crypto/ ! |
D | mv_cesa.c | 132 int first_hash; /* marks that we don't have previous state */ member 333 if (req_ctx->first_hash) { in mv_process_hash_current() 339 req_ctx->first_hash = 0; in mv_process_hash_current() 391 if (unlikely(req_ctx->first_hash)) { in mv_hash_final_fallback() 684 ctx->first_hash = 1; in mv_init_hash_req_ctx()
|
/linux-3.4.99/fs/ocfs2/ ! |
D | xattr.c | 301 u32 *first_hash); 3792 u32 first_hash, in ocfs2_xattr_bucket_find() argument 3913 u32 first_hash, num_clusters = 0; in ocfs2_xattr_index_block_find() local 3924 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash, in ocfs2_xattr_index_block_find() 3931 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash); in ocfs2_xattr_index_block_find() 3934 name, name_index, first_hash, in ocfs2_xattr_index_block_find() 3939 p_blkno, first_hash, num_clusters, xs); in ocfs2_xattr_index_block_find() 4493 u32 *first_hash) in ocfs2_mv_xattr_bucket_cross_cluster() argument 4513 to_move, first_hash); in ocfs2_mv_xattr_bucket_cross_cluster() 4609 u32 *first_hash, in ocfs2_divide_xattr_bucket() argument [all …]
|