Home
last modified time | relevance | path

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

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