Searched refs:mapSize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dresize.c73 s64 newMapSize = 0, mapSize; local
313 mapSize = bmp->db_mapsize;
314 XAddress = mapSize; /* eXtension Address */
315 XSize = newMapSize - mapSize; /* eXtension Size */
320 if (mapSize > t64) {
321 printk(KERN_ERR "jfs_extendfs: mapSize (0x%Lx) > t64 (0x%Lx)\n",
322 (long long) mapSize, (long long) t64);
326 nblocks = min(t64 - mapSize, XSize);
H A Djfs_dmap.c704 s64 mapSize; local
718 mapSize = bmp->db_mapsize;
721 if (hint >= mapSize) {

Completed in 92 milliseconds