Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c102 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno);
1538 dbFindCtl(bmp, l2nb, bmp->db_aglevel - 1, in dbAllocAG()
1606 if ((rc = dbFindCtl(bmp, l2nb, bmp->db_maxlevel, &blkno))) in dbAllocAny()
1758 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl() function