Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dtree.c114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ macro
624 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearch()
1134 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp()
1471 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage()
1669 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage()
2126 DT_GETPAGE(ip, le64_to_cpu(p->header.next), in dtDelete()
2304 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp()
2459 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink()
2488 DT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc); in dtRelink()
2632 DT_GETPAGE(inode, bn, mp, PSIZE, p, rc); in add_missing_indices()
[all …]