Home
last modified time | relevance | path

Searched refs:loh_layers (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c93 list_for_each_entry_reverse(o, &top->loh_layers, lo_linkage) { in lu_object_put()
122 list_for_each_entry_reverse(o, &top->loh_layers, lo_linkage) { in lu_object_put()
222 layers = &top->lo_header->loh_layers; in lu_object_alloc()
273 layers = &o->lo_header->loh_layers; in lu_object_free()
502 list_for_each_entry(o, &top->loh_layers, lo_linkage) { in lu_object_print()
527 list_for_each_entry(o, &top->loh_layers, lo_linkage) { in lu_object_invariant()
806 if (!list_empty(&h->loh_layers)) { in lu_site_obj_print()
1195 list_move(&o->lo_linkage, &h->loh_layers); in lu_object_add_top()
1220 INIT_LIST_HEAD(&h->loh_layers); in lu_object_header_init()
1231 LASSERT(list_empty(&h->loh_layers)); in lu_object_header_fini()
[all …]
Dcl_object.c229 list_for_each_entry(obj, &top->loh_layers, co_lu.lo_linkage) { in cl_object_attr_get()
260 list_for_each_entry_reverse(obj, &top->loh_layers, in cl_object_attr_set()
291 list_for_each_entry_reverse(obj, &top->loh_layers, in cl_object_glimpse()
318 list_for_each_entry(obj, &top->loh_layers, co_lu.lo_linkage) { in cl_conf_set()
Ddt_object.c229 list_for_each_entry(n, &lo->lo_header->loh_layers, lo_linkage) { in dt_locate_at()
Dcl_page.c314 list_for_each_entry(o, &head->loh_layers, in cl_page_alloc()
Dcl_lock.c383 list_for_each_entry(obj, &head->loh_layers, in cl_lock_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h548 struct list_head loh_layers; member
744 LASSERT(!list_empty(&h->loh_layers)); in lu_object_top()
745 return container_of0(h->loh_layers.next, struct lu_object, lo_linkage); in lu_object_top()
Dcl_object.h448 &(obj)->co_lu.lo_header->loh_layers, \
456 &(obj)->co_lu.lo_header->loh_layers, \