Lines Matching refs:ea_refcount_el
27 struct ea_refcount_el { struct
37 struct ea_refcount_el *list; argument
63 bytes = size * sizeof(struct ea_refcount_el); in ea_refcount_create()
90 struct ea_refcount_el *list; in refcount_collapse()
112 static struct ea_refcount_el *insert_refcount_el(ext2_refcount_t refcount, in insert_refcount_el()
115 struct ea_refcount_el *el; in insert_refcount_el()
126 sizeof(struct ea_refcount_el), in insert_refcount_el()
128 sizeof(struct ea_refcount_el), in insert_refcount_el()
139 sizeof(struct ea_refcount_el) * num); in insert_refcount_el()
154 static struct ea_refcount_el *get_refcount_el(ext2_refcount_t refcount, in get_refcount_el()
211 struct ea_refcount_el *el; in ea_refcount_fetch()
225 struct ea_refcount_el *el; in ea_refcount_increment()
240 struct ea_refcount_el *el; in ea_refcount_decrement()
256 struct ea_refcount_el *el; in ea_refcount_store()
284 struct ea_refcount_el *list; in ea_refcount_intr_next()