Lines Matching refs:e_cpos
3690 u32 *e_cpos, in ocfs2_xattr_get_rec() argument
3723 if (le32_to_cpu(rec->e_cpos) <= name_hash) { in ocfs2_xattr_get_rec()
3732 le32_to_cpu(rec->e_cpos), in ocfs2_xattr_get_rec()
3739 if (e_cpos) in ocfs2_xattr_get_rec()
3740 *e_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_rec()
4092 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local
4100 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
4106 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
4114 if (e_cpos == 0) in ocfs2_iterate_xattr_index_block()
4117 name_hash = e_cpos - 1; in ocfs2_iterate_xattr_index_block()
4345 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
5276 u32 e_cpos, num_clusters; in ocfs2_add_new_xattr_bucket() local
5291 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos, in ocfs2_add_new_xattr_bucket()
5315 e_cpos, in ocfs2_add_new_xattr_bucket()