Lines Matching refs:el
1095 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() local
1097 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1105 &num_clusters, el, NULL); in ocfs2_xattr_get_value_outside()
2639 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local
2640 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline()
2641 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline()
2729 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local
2730 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init()
3186 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local
3188 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3190 el); in ocfs2_calc_xattr_set_need()
3211 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() local
3212 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3214 el); in ocfs2_calc_xattr_set_need()
3671 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() argument
3679 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3680 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, in ocfs2_xattr_get_rec()
3688 el = &eb->h_list; in ocfs2_xattr_get_rec()
3690 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3699 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_xattr_get_rec()
3700 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
3712 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_rec()
3917 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() local
3922 if (le16_to_cpu(el->l_next_free_rec) == 0) in ocfs2_xattr_index_block_find()
3931 &num_clusters, el); in ocfs2_xattr_index_block_find()
4074 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() local
4079 if (!el->l_next_free_rec || !rec_func) in ocfs2_iterate_xattr_index_block()
4084 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
5263 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket() local
5285 &num_clusters, el); in ocfs2_add_new_xattr_bucket()
5886 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount() local
5892 &num_clusters, el, &ext_flags); in ocfs2_xattr_value_attach_refcount()
6512 struct ocfs2_extent_list *el = &new_di->id2.i_list; in ocfs2_reflink_xattr_inline() local
6513 le16_add_cpu(&el->l_count, -(inline_size / in ocfs2_reflink_xattr_inline()