Searched refs:LU_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 813 for (i = 0; i < LU_PAGE_COUNT; i++, lp++, nob -= LU_PAGE_SIZE) { in dt_index_walk() 814 rc = filler(env, lp, min_t(int, nob, LU_PAGE_SIZE), in dt_index_walk() 831 rc = min_t(unsigned int, nlupgs * LU_PAGE_SIZE, rdpg->rp_count); in dt_index_walk() 860 if (rdpg->rp_count <= 0 && (rdpg->rp_count & (LU_PAGE_SIZE - 1)) != 0) in dt_index_read()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1033 #define LU_PAGE_SIZE (1UL << LU_PAGE_SHIFT) macro 1034 #define LU_PAGE_MASK (~(LU_PAGE_SIZE - 1)) 3460 char lp_array[LU_PAGE_SIZE];
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2126 #if PAGE_CACHE_SIZE > LU_PAGE_SIZE 2145 dp = (struct lu_dirpage *)((char *)dp + LU_PAGE_SIZE); in lmv_adjust_dirpages()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 586 LASSERTF(LU_PAGE_SIZE == 4096, "found %lld\n", in lustre_assert_wire_constants() 587 (long long)LU_PAGE_SIZE); in lustre_assert_wire_constants()
|