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

/linux-4.1.27/fs/jfs/
H A Djfs_dmap.c100 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
965 * addnblocks - number of blocks to add to the allocation.
979 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) dbReAlloc()
985 if ((rc = dbExtend(ip, blkno, nblocks, addnblocks)) == 0) { dbReAlloc()
999 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); dbReAlloc()
1019 * addnblocks - number of blocks to add to the allocation.
1026 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) dbExtend() argument
1041 (rel_block + nblocks + addnblocks > sbi->nbperpage)) dbExtend()
1070 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || dbExtend()
1091 rc = dbAllocNext(bmp, dp, extblkno, (int) addnblocks); dbExtend()
978 dbReAlloc(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) dbReAlloc() argument
H A Djfs_dmap.h307 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);

Completed in 82 milliseconds