Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1220 #define OBD_CONNECT_FID 0x40000000ULL /*FID is supported by server */ macro
1278 OBD_CONNECT_FID | LRU_RESIZE_CONNECT_FLAG | \
1304 OBD_CONNECT_LAYOUTLOCK | OBD_CONNECT_FID | \
1312 #define CLIENT_CONNECT_MDT_REQD (OBD_CONNECT_IBITS | OBD_CONNECT_FID | \
3295 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_set_wire_obdo()
3322 if (unlikely(!(ocd->ocd_connect_flags & OBD_CONNECT_FID)) && in lustre_get_wire_obdo()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c197 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
402 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2025 OBD_CONNECT_FID; in echo_client_setup()
/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()