Lines Matching refs:el
1101 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() local
1103 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1111 &num_clusters, el, NULL); in ocfs2_xattr_get_value_outside()
2645 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local
2646 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline()
2647 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline()
2735 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local
2736 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init()
3192 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local
3194 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3196 el); in ocfs2_calc_xattr_set_need()
3217 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() local
3218 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3220 el); in ocfs2_calc_xattr_set_need()
3677 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() argument
3685 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3686 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, in ocfs2_xattr_get_rec()
3694 el = &eb->h_list; in ocfs2_xattr_get_rec()
3696 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3706 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_xattr_get_rec()
3707 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
3719 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_rec()
3925 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() local
3930 if (le16_to_cpu(el->l_next_free_rec) == 0) in ocfs2_xattr_index_block_find()
3939 &num_clusters, el); in ocfs2_xattr_index_block_find()
4082 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() local
4087 if (!el->l_next_free_rec || !rec_func) in ocfs2_iterate_xattr_index_block()
4092 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
5271 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket() local
5293 &num_clusters, el); in ocfs2_add_new_xattr_bucket()
5894 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount() local
5900 &num_clusters, el, &ext_flags); in ocfs2_xattr_value_attach_refcount()
6520 struct ocfs2_extent_list *el = &new_di->id2.i_list; in ocfs2_reflink_xattr_inline() local
6521 le16_add_cpu(&el->l_count, -(inline_size / in ocfs2_reflink_xattr_inline()