Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c118 imp->imp_replay_cursor = imp->imp_replay_cursor->next; in ptlrpc_replay_next()
120 while (imp->imp_replay_cursor != in ptlrpc_replay_next()
122 req = list_entry(imp->imp_replay_cursor, in ptlrpc_replay_next()
129 imp->imp_replay_cursor = in ptlrpc_replay_next()
130 imp->imp_replay_cursor->next; in ptlrpc_replay_next()
134 imp->imp_replay_cursor = &imp->imp_committed_list; in ptlrpc_replay_next()
/drivers/staging/lustre/lustre/include/
Dlustre_import.h189 struct list_head *imp_replay_cursor; member
/drivers/staging/lustre/lustre/obdclass/
Dgenops.c925 imp->imp_replay_cursor = &imp->imp_committed_list; in class_new_import()