Lines Matching refs:e_cpos
3686 u32 *e_cpos, in ocfs2_xattr_get_rec() argument
3719 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec()
3728 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec()
3735 if (e_cpos) in ocfs2_xattr_get_rec()
3736 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec()
4088 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local
4096 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
4102 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4110 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block()
4113 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block()
4350 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
5281 u32 e_cpos, num_clusters; in ocfs2_add_new_xattr_bucket() local
5296 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos, in ocfs2_add_new_xattr_bucket()
5320 e_cpos, in ocfs2_add_new_xattr_bucket()