Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h388 return ocd->ocd_ibits_known; in exp_connect_ibits()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1338 __u64 ocd_ibits_known; /* inode bits this client understands */ member
1357 __u64 ocd_ibits_known; /* inode bits this client understands */ member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c222 data->ocd_ibits_known = MDS_INODELOCK_FULL; in client_common_fill_super()
375 if (data->ocd_ibits_known & MDS_INODELOCK_XATTR) { in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c901 LASSERTF((int)offsetof(struct obd_connect_data, ocd_ibits_known) == 24, "found %lld\n", in lustre_assert_wire_constants()
902 (long long)(int)offsetof(struct obd_connect_data, ocd_ibits_known)); in lustre_assert_wire_constants()
903 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_ibits_known) == 8, "found %lld\n", in lustre_assert_wire_constants()
904 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_ibits_known)); in lustre_assert_wire_constants()
Dpack_generic.c1655 __swab64s(&ocd->ocd_ibits_known); in lustre_swab_connect()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c365 exp->exp_connect_data.ocd_ibits_known & MDS_INODELOCK_XATTR) { in mdc_xattr_common()