Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c87 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
990 * addnblocks - number of blocks to add to the allocation.
1004 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1010 if ((rc = dbExtend(ip, blkno, nblocks, addnblocks)) == 0) { in dbReAlloc()
1024 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); in dbReAlloc()
1044 * addnblocks - number of blocks to add to the allocation.
1051 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() argument
1066 (rel_block + nblocks + addnblocks > sbi->nbperpage)) in dbExtend()
1095 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || in dbExtend()
1116 rc = dbAllocNext(bmp, dp, extblkno, (int) addnblocks); in dbExtend()
1003 dbReAlloc(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) dbReAlloc() argument
[all...]
H A Djfs_dmap.h294 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c87 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
922 * addnblocks - number of blocks to add to the allocation.
936 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
942 if ((rc = dbExtend(ip, blkno, nblocks, addnblocks)) == 0) { in dbReAlloc()
956 (ip, blkno + nblocks - 1, addnblocks + nblocks, results)); in dbReAlloc()
976 * addnblocks - number of blocks to add to the allocation.
983 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() argument
998 (rel_block + nblocks + addnblocks > sbi->nbperpage)) in dbExtend()
1027 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || in dbExtend()
1048 rc = dbAllocNext(bmp, dp, extblkno, (int) addnblocks); in dbExtend()
935 dbReAlloc(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) dbReAlloc() argument
[all...]
H A Djfs_dmap.h294 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);

Completed in 7 milliseconds