Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c64 struct list_head se_list; member
145 struct ll_sa_entry, se_list); in sa_first_received_entry()
250 INIT_LIST_HEAD(&entry->se_list); in ll_sa_entry_alloc()
333 LASSERT(list_empty(&entry->se_list)); in ll_sa_entry_put()
357 if (likely(!list_empty(&entry->se_list))) in do_sa_entry_fini()
358 list_del_init(&entry->se_list); in do_sa_entry_fini()
393 if (!list_empty(&entry->se_list)) in do_sa_entry_to_stated()
394 list_del_init(&entry->se_list); in do_sa_entry_to_stated()
396 list_for_each_entry_reverse(se, &sai->sai_entries_stated, se_list) { in do_sa_entry_to_stated()
398 pos = &se->se_list; in do_sa_entry_to_stated()
[all …]