Searched refs:dbAllocBottomUp (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dmap.h | 293 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
|
D | jfs_xtree.c | 2463 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend() 2482 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend() 2509 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
|
D | jfs_dmap.c | 3160 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp() function
|