Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h252 return !!(exp_connect_flags(exp) & OBD_CONNECT_LRU_RESIZE); in exp_connect_lru_resize()
293 return !!(ocd->ocd_connect_flags & OBD_CONNECT_LRU_RESIZE); in imp_connect_lru_resize()
Dlustre_dlm.h478 return !!(ns->ns_connect_flags & OBD_CONNECT_LRU_RESIZE); in ns_connect_lru_resize()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c267 ns->ns_connect_flags &= ~OBD_CONNECT_LRU_RESIZE; in lru_size_store()
280 (ns->ns_orig_connect_flags & OBD_CONNECT_LRU_RESIZE)) { in lru_size_store()
284 ns->ns_connect_flags |= OBD_CONNECT_LRU_RESIZE; in lru_size_store()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c200 data->ocd_connect_flags |= OBD_CONNECT_LRU_RESIZE; in client_common_fill_super()
394 data->ocd_connect_flags |= OBD_CONNECT_LRU_RESIZE; in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1227 #define OBD_CONNECT_LRU_RESIZE 0x2000000ULL /*LRU resize feature. */ macro
1278 #define LRU_RESIZE_CONNECT_FLAG OBD_CONNECT_LRU_RESIZE
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1053 LASSERTF(OBD_CONNECT_LRU_RESIZE == 0x2000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1054 OBD_CONNECT_LRU_RESIZE); in lustre_assert_wire_constants()