Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_export.h327 return ocd->ocd_ibits_known; in exp_connect_ibits()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c210 data->ocd_ibits_known = MDS_INODELOCK_FULL; in client_common_fill_super()
348 if (data->ocd_ibits_known & MDS_INODELOCK_XATTR) { in client_common_fill_super()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1344 __u64 ocd_ibits_known; /* inode bits this client understands */ member
1363 __u64 ocd_ibits_known; /* inode bits this client understands */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c899 LASSERTF((int)offsetof(struct obd_connect_data, ocd_ibits_known) == 24, "found %lld\n", in lustre_assert_wire_constants()
900 (long long)(int)offsetof(struct obd_connect_data, ocd_ibits_known)); in lustre_assert_wire_constants()
901 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_ibits_known) == 8, "found %lld\n", in lustre_assert_wire_constants()
902 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_ibits_known)); in lustre_assert_wire_constants()
Dpack_generic.c1501 __swab64s(&ocd->ocd_ibits_known); in lustre_swab_connect()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c308 exp->exp_connect_data.ocd_ibits_known & MDS_INODELOCK_XATTR) { in mdc_xattr_common()