Searched refs:dbAllocBottomUp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.h | 297 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
|
H A D | jfs_xtree.c | 2229 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend() 2248 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend() 2275 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
|
H A D | jfs_dmap.c | 3230 * NAME: dbAllocBottomUp() 3247 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp() function 3410 * dbExtendFS() updates bmap ready for dbAllocBottomUp();
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.h | 297 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
|
H A D | jfs_xtree.c | 2014 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend() 2033 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend() 2060 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
|
H A D | jfs_dmap.c | 3166 * NAME: dbAllocBottomUp() 3183 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp() function 3346 * dbExtendFS() updates bmap ready for dbAllocBottomUp();
|
Completed in 20 milliseconds