Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.h297 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
H A Djfs_xtree.c2229 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 Djfs_dmap.c3203 int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) in dbAllocBottomUp() function