fs/jfs/jfs_dmap.c
944
return (dbAlloc
fs/jfs/jfs_dmap.h
291
extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
fs/jfs/jfs_dtree.c
1078
if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) {
fs/jfs/jfs_dtree.c
375
if (dbAlloc(ip, 0, sbi->nbperpage, &xaddr)) {
fs/jfs/jfs_dtree.c
982
if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) {
fs/jfs/jfs_extent.c
336
while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) {
fs/jfs/jfs_imap.c
2261
if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno)))
fs/jfs/jfs_imap.c
2510
if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) {
fs/jfs/jfs_xtree.c
582
if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) {
fs/jfs/jfs_xtree.c
760
if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr))
fs/jfs/xattr.c
232
rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno);
fs/jfs/xattr.c
516
rc = dbAlloc(inode, INOHINT(inode), (s64) blocks_needed,