Searched refs:loh_layers (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 93 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 …]
|
D | cl_object.c | 229 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()
|
D | dt_object.c | 229 list_for_each_entry(n, &lo->lo_header->loh_layers, lo_linkage) { in dt_locate_at()
|
D | cl_page.c | 314 list_for_each_entry(o, &head->loh_layers, in cl_page_alloc()
|
D | cl_lock.c | 383 list_for_each_entry(obj, &head->loh_layers, in cl_lock_alloc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 548 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()
|
D | cl_object.h | 448 &(obj)->co_lu.lo_header->loh_layers, \ 456 &(obj)->co_lu.lo_header->loh_layers, \
|