Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_FID (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1225 #define OBD_CONNECT_FID 0x40000000ULL /*FID is supported by server */ macro
1283 OBD_CONNECT_FID | LRU_RESIZE_CONNECT_FLAG | \
1309 OBD_CONNECT_LAYOUTLOCK | OBD_CONNECT_FID | \
1317 #define CLIENT_CONNECT_MDT_REQD (OBD_CONNECT_IBITS | OBD_CONNECT_FID | \
3300 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_set_wire_obdo()
3327 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_get_wire_obdo()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c196 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
395 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2066 OBD_CONNECT_FID; in echo_client_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1065 LASSERTF(OBD_CONNECT_FID == 0x40000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1066 OBD_CONNECT_FID); in lustre_assert_wire_constants()