Home
last modified time | relevance | path

Searched refs:dbExtendFS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jfs/
H A Djfs_dmap.h298 extern int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks);
H A Dresize.c322 if ((rc = dbExtendFS(ipbmap, XAddress, nblocks))) in jfs_extendfs()
H A Djfs_dmap.c3364 int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) in dbExtendFS() function