Home
last modified time | relevance | path

Searched refs:dbAlloc (Results 1 – 5 of 5) sorted by relevance

/linux/fs/jfs/
H A Djfs_dmap.h291 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
H A Djfs_extent.c336 while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) { in extBalloc()
H A Dxattr.c232 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno); in ea_write()
516 rc = dbAlloc(inode, INOHINT(inode), (s64) blocks_needed, in ea_get()
H A Djfs_imap.c2261 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno))) in diNewExt()
2510 if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) { in diNewIAG()
H A Djfs_dmap.c714 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() function
944 return (dbAlloc in dbReAlloc()