Lines Matching refs:e_cpos
3661 u32 *e_cpos, in ocfs2_xattr_get_rec() argument
3695 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec()
3704 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec()
3712 if (e_cpos) in ocfs2_xattr_get_rec()
3713 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec()
4070 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local
4078 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
4084 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4092 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block()
4095 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block()
4332 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
5263 u32 e_cpos, num_clusters; in ocfs2_add_new_xattr_bucket() local
5278 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos, in ocfs2_add_new_xattr_bucket()
5302 e_cpos, in ocfs2_add_new_xattr_bucket()