Lines Matching refs:ea_refcount_el
27 struct ea_refcount_el { struct
37 struct ea_refcount_el *list; argument
64 bytes = size * sizeof(struct ea_refcount_el); in ea_refcount_create()
92 struct ea_refcount_el *list; in refcount_collapse()
114 static struct ea_refcount_el *insert_refcount_el(ext2_refcount_t refcount, in insert_refcount_el()
117 struct ea_refcount_el *el; in insert_refcount_el()
128 sizeof(struct ea_refcount_el), in insert_refcount_el()
130 sizeof(struct ea_refcount_el), in insert_refcount_el()
141 sizeof(struct ea_refcount_el) * num); in insert_refcount_el()
156 static struct ea_refcount_el *get_refcount_el(ext2_refcount_t refcount, in get_refcount_el()
213 struct ea_refcount_el *el; in ea_refcount_fetch()
227 struct ea_refcount_el *el; in ea_refcount_increment()
242 struct ea_refcount_el *el; in ea_refcount_decrement()
258 struct ea_refcount_el *el; in ea_refcount_store()
286 struct ea_refcount_el *list; in ea_refcount_intr_next()