Home
last modified time | relevance | path

Searched refs:ocd_blocksize (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1345 __u8 ocd_blocksize; /* log2 of the backend filesystem blocksize */ member
1364 __u8 ocd_blocksize; /* log2 of the backend filesystem blocksize */ member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c903 LASSERTF((int)offsetof(struct obd_connect_data, ocd_blocksize) == 32, "found %lld\n", in lustre_assert_wire_constants()
904 (long long)(int)offsetof(struct obd_connect_data, ocd_blocksize)); in lustre_assert_wire_constants()
905 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_blocksize) == 1, "found %lld\n", in lustre_assert_wire_constants()
906 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_blocksize)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1047 cli->cl_chunkbits = max_t(int, PAGE_CACHE_SHIFT, ocd->ocd_blocksize); in osc_init_grant()