Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1050 plist->pl_owner = current; in cl_page_list_init()
1062 LINVRNT(plist->pl_owner == current); in cl_page_list_add()
1082 LINVRNT(plist->pl_owner == current); in cl_page_list_del()
1100 LINVRNT(dst->pl_owner == current); in cl_page_list_move()
1101 LINVRNT(src->pl_owner == current); in cl_page_list_move()
1119 LINVRNT(list->pl_owner == current); in cl_page_list_splice()
1120 LINVRNT(head->pl_owner == current); in cl_page_list_splice()
1139 LINVRNT(plist->pl_owner == current); in cl_page_list_disown()
1174 LINVRNT(plist->pl_owner == current); in cl_page_list_fini()
1189 LINVRNT(plist->pl_owner == current); in cl_page_list_assume()
[all …]
/drivers/staging/lustre/lustre/include/
Dcl_object.h1873 struct task_struct *pl_owner; member