/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.h | 291 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
|
H A D | xattr.c | 54 * FEALISTs are stored on disk using blocks allocated by dbAlloc() and 232 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno); in ea_write() 514 rc = dbAlloc(inode, INOHINT(inode), (s64) blocks_needed, in ea_get()
|
H A D | jfs_extent.c | 523 while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) { in extBalloc()
|
H A D | jfs_dtree.c | 374 if (dbAlloc(ip, 0, sbi->nbperpage, &xaddr)) { in add_index() 979 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp() 1075 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) { in dtSplitUp()
|
H A D | jfs_dmap.c | 688 * NAME: dbAlloc() 725 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() function 1023 return (dbAlloc in dbReAlloc() 2018 * serialization: IREAD_LOCK(ipbmap), e.g., from dbAlloc(), or
|
H A D | jfs_xtree.c | 578 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert() 756 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr)) in xtSplitUp()
|
H A D | jfs_imap.c | 2260 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno))) in diNewExt() 2509 if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) { in diNewIAG()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.h | 291 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
|
H A D | jfs_extent.c | 326 while ((rc = dbAlloc(ip, hint, nb, &daddr)) != 0) { in extBalloc()
|
H A D | xattr.c | 54 * FEALISTs are stored on disk using blocks allocated by dbAlloc() and 232 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno); in ea_write() 514 rc = dbAlloc(inode, INOHINT(inode), (s64) blocks_needed, in ea_get()
|
H A D | jfs_xtree.c | 567 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert() 745 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr)) in xtSplitUp()
|
H A D | jfs_dtree.c | 374 if (dbAlloc(ip, 0, sbi->nbperpage, &xaddr)) { in add_index() 979 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp() 1075 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) { in dtSplitUp()
|
H A D | jfs_dmap.c | 688 * NAME: dbAlloc() 725 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() function 955 return (dbAlloc in dbReAlloc() 1950 * serialization: IREAD_LOCK(ipbmap), e.g., from dbAlloc(), or
|
H A D | jfs_imap.c | 2258 if ((rc = dbAlloc(ipimap, hint, (s64) imap->im_nbperiext, &blkno))) in diNewExt() 2507 if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) { in diNewIAG()
|