Home
last modified time | relevance | path

Searched refs:ppsize (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c1207 ppsize(ppb, now << (BM_BLOCK_SHIFT-10)), now); in bm_rw()
H A Ddrbd_int.h1401 extern char *ppsize(char *buf, unsigned long long size);
H A Ddrbd_main.c2016 ppsize(ppb, size>>1), (unsigned long long)size>>1); in drbd_set_my_capacity()
H A Ddrbd_nl.c871 char *ppsize(char *buf, unsigned long long size) in ppsize() function