Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1216 #define OBD_CONNECT_OSS_CAPA 0x200000ULL /*OSS capability */ macro
1282 OBD_CONNECT_OSS_CAPA | OBD_CONNECT_MDS_MDS | \
1297 OBD_CONNECT_BRW_SIZE | OBD_CONNECT_OSS_CAPA | \
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c195 OBD_CONNECT_MDS_CAPA | OBD_CONNECT_OSS_CAPA | in client_common_fill_super()
357 if (data->ocd_connect_flags & OBD_CONNECT_OSS_CAPA) { in client_common_fill_super()
398 OBD_CONNECT_OSS_CAPA | OBD_CONNECT_VBR| in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1047 LASSERTF(OBD_CONNECT_OSS_CAPA == 0x200000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1048 OBD_CONNECT_OSS_CAPA); in lustre_assert_wire_constants()