Searched refs:DT_GETPAGE (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/jfs/ |
D | jfs_dtree.c | 127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC)\ macro 635 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearch() 1138 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp() 1475 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 1673 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage() 2130 DT_GETPAGE(ip, le64_to_cpu(p->header.next), in dtDelete() 2308 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp() 2486 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in dtRelocate() 2499 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); in dtRelocate() 2510 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); in dtRelocate() [all …]
|