Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c89 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno);
1502 dbFindCtl(bmp, l2nb, bmp->db_aglevel - 1, in dbAllocAG()
1570 if ((rc = dbFindCtl(bmp, l2nb, bmp->db_maxlevel, &blkno))) in dbAllocAny()
1722 static int dbFindCtl(struct bmap * bmp, int l2nb, int level, s64 * blkno) in dbFindCtl() function