Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c128 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
1049 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() argument
1055 if ((rc = dbExtend(ip, blkno, nblocks, addnblocks)) == 0) { in dbReAlloc()
1069 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); in dbReAlloc()
1096 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() argument
1111 (rel_block + nblocks + addnblocks > sbi->nbperpage)) in dbExtend()
1141 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || in dbExtend()
1163 rc = dbAllocNext(bmp, dp, extblkno, (int) addnblocks); in dbExtend()
1170 addnblocks); in dbExtend()
Djfs_dmap.h290 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);