Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1232 #define OBD_CONNECT_FID 0x40000000ULL /*FID is supported by server */ macro
1289 OBD_CONNECT_FID | LRU_RESIZE_CONNECT_FLAG | \
1315 OBD_CONNECT_LAYOUTLOCK | OBD_CONNECT_FID | \
1323 #define CLIENT_CONNECT_MDT_REQD (OBD_CONNECT_IBITS | OBD_CONNECT_FID | \
3279 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_set_wire_obdo()
3306 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_get_wire_obdo()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c184 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
368 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2065 OBD_CONNECT_FID; in echo_client_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1063 LASSERTF(OBD_CONNECT_FID == 0x40000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1064 OBD_CONNECT_FID); in lustre_assert_wire_constants()