Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Dresize.c32 #define BITSPERPAGE (PSIZE << 3) macro
176 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs()