Searched refs:loh_layers (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 94 list_for_each_entry_reverse(o, &top->loh_layers, lo_linkage) { in lu_object_put() 121 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() 504 list_for_each_entry(o, &top->loh_layers, lo_linkage) { in lu_object_print() 788 if (!list_empty(&h->loh_layers)) { in lu_site_obj_print() 1168 list_move(&o->lo_linkage, &h->loh_layers); in lu_object_add_top() 1193 INIT_LIST_HEAD(&h->loh_layers); in lu_object_header_init() 1204 LASSERT(list_empty(&h->loh_layers)); in lu_object_header_fini() 1220 list_for_each_entry(o, &h->loh_layers, lo_linkage) { in lu_object_locate()
|
D | cl_object.c | 219 list_for_each_entry(obj, &top->loh_layers, co_lu.lo_linkage) { in cl_object_attr_get() 250 list_for_each_entry_reverse(obj, &top->loh_layers, in cl_object_attr_set() 281 list_for_each_entry_reverse(obj, &top->loh_layers, in cl_object_glimpse() 308 list_for_each_entry(obj, &top->loh_layers, co_lu.lo_linkage) { in cl_conf_set()
|
D | cl_page.c | 306 list_for_each_entry(o, &head->loh_layers, in cl_page_alloc()
|
D | cl_lock.c | 385 list_for_each_entry(obj, &head->loh_layers, in cl_lock_alloc()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 546 struct list_head loh_layers; member 736 LASSERT(!list_empty(&h->loh_layers)); in lu_object_top() 737 return container_of0(h->loh_layers.next, struct lu_object, lo_linkage); in lu_object_top()
|
D | cl_object.h | 448 &(obj)->co_lu.lo_header->loh_layers, \ 456 &(obj)->co_lu.lo_header->loh_layers, \
|