Home
last modified time | relevance | path

Searched refs:dbAllocBottomUp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_dmap.h310 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
Djfs_xtree.c2242 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend()
2261 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2288 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
Djfs_dmap.c3208 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp() function