Searched refs:dbAlloc (Results 1 – 7 of 7) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.h | 304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
|
D | xattr.c | 247 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno); in ea_write() 527 rc = dbAlloc(inode, INOHINT(inode), (s64) blocks_needed, in ea_get()
|
D | jfs_extent.c | 531 while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) { in extBalloc()
|
D | jfs_dtree.c | 387 if (dbAlloc(ip, 0, sbi->nbperpage, &xaddr)) { in add_index() 986 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp() 1082 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) { in dtSplitUp()
|
D | jfs_imap.c | 2273 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno))) in diNewExt() 2522 if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) { in diNewIAG()
|
D | jfs_dmap.c | 700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() function 998 return (dbAlloc in dbReAlloc()
|
D | jfs_xtree.c | 591 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert() 769 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr)) in xtSplitUp()
|