Searched refs:PART_SIZE (Results 1 – 3 of 3) sorted by relevance
14 PART_SIZE="$(rk_partition_size "$1")"15 echo $(( ${PART_SIZE:-0} / 2))
23 #define PART_SIZE (1<<24) macro24 #define PART_MASK (~(PART_SIZE - 1))119 if (op->downcall.trailer_size > PART_SIZE) { in do_readdir()