Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1051 plist->pl_owner = current; in cl_page_list_init()
1063 LINVRNT(plist->pl_owner == current); in cl_page_list_add()
1083 LINVRNT(plist->pl_owner == current); in cl_page_list_del()
1102 LINVRNT(dst->pl_owner == current); in cl_page_list_move()
1103 LINVRNT(src->pl_owner == current); in cl_page_list_move()
1121 LINVRNT(list->pl_owner == current); in cl_page_list_splice()
1122 LINVRNT(head->pl_owner == current); in cl_page_list_splice()
1141 LINVRNT(plist->pl_owner == current); in cl_page_list_disown()
1175 LINVRNT(plist->pl_owner == current); in cl_page_list_fini()
1194 LINVRNT(plist->pl_owner == current); in cl_page_list_own()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h1872 struct task_struct *pl_owner; member