Searched refs:_env (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 676 #define CL_PAGE_INVOKE(_env, _page, _op, _proto, ...) \ argument 678 const struct lu_env *__env = (_env); \ 706 #define CL_PAGE_INVOID(_env, _page, _op, _proto, ...) \ argument 708 const struct lu_env *__env = (_env); \ 728 #define CL_PAGE_INVOID_REVERSE(_env, _page, _op, _proto, ...) \ argument 730 const struct lu_env *__env = (_env); \
|