Lines Matching refs:el

1105 	struct ocfs2_extent_list *el;  in ocfs2_xattr_get_value_outside()  local
1107 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1115 &num_clusters, el, NULL); in ocfs2_xattr_get_value_outside()
2650 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local
2651 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline()
2652 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline()
2740 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local
2741 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init()
3197 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local
3199 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3201 el); in ocfs2_calc_xattr_set_need()
3222 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() local
3223 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3225 el); in ocfs2_calc_xattr_set_need()
3684 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() argument
3692 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3693 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, in ocfs2_xattr_get_rec()
3701 el = &eb->h_list; in ocfs2_xattr_get_rec()
3703 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3712 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_xattr_get_rec()
3713 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
3725 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_rec()
3927 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() local
3932 if (le16_to_cpu(el->l_next_free_rec) == 0) in ocfs2_xattr_index_block_find()
3941 &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()