Searched refs:ipbmap (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| H A D | resize.c | 54 struct inode *ipbmap = sbi->ipbmap; in jfs_extendfs() local 109 if (isReadOnly(ipbmap)) { in jfs_extendfs() 306 t64 = dbMapFileSizeToMapSize(ipbmap); in jfs_extendfs() 322 if ((rc = dbExtendFS(ipbmap, XAddress, nblocks))) in jfs_extendfs() 342 nPages = ipbmap->i_size >> L2PSIZE; in jfs_extendfs() 369 rc = filemap_fdatawait(ipbmap->i_mapping); in jfs_extendfs() 373 rc = filemap_write_and_wait(ipbmap->i_mapping); in jfs_extendfs() 377 diWriteSpecial(ipbmap, 0); in jfs_extendfs() 387 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs() 392 ipbmap->i_size += xlen << sbi->l2bsize; in jfs_extendfs() [all …]
|
| H A D | jfs_dmap.h | 280 extern int dbMount(struct inode *ipbmap); 282 extern int dbUnmount(struct inode *ipbmap, int mounterror); 284 extern int dbFree(struct inode *ipbmap, s64 blkno, s64 nblocks); 286 extern int dbUpdatePMap(struct inode *ipbmap, 289 extern int dbNextAG(struct inode *ipbmap); 291 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results); 293 extern int dbReAlloc(struct inode *ipbmap, 296 extern int dbSync(struct inode *ipbmap); 298 extern int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks); 299 extern void dbFinalizeBmap(struct inode *ipbmap); [all …]
|
| H A D | jfs_imap.h | 154 extern int diExtendFS(struct inode *ipimap, struct inode *ipbmap);
|
| H A D | jfs_incore.h | 162 struct inode *ipbmap; /* block map inode */ member
|