Home
last modified time | relevance | path

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

/Linux-v6.6/fs/jfs/
Djfs_dmap.c87 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
935 if ((rc = dbExtend(ip, blkno, nblocks, addnblocks)) == 0) { in dbReAlloc()
976 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() function