Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_bitmap.c1175 ppsize(ppb, now << (BM_BLOCK_SHIFT-10)), now); in bm_rw()
H A Ddrbd_int.h1464 extern char *ppsize(char *buf, unsigned long long size);
H A Ddrbd_main.c2046 ppsize(ppb, size>>1), (unsigned long long)size>>1); in drbd_set_my_capacity()
H A Ddrbd_nl.c870 char *ppsize(char *buf, unsigned long long size) in ppsize() function