Home
last modified time | relevance | path

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

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