Searched refs:DT_GETPAGE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.c | 114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ macro 123 "DT_GETPAGE: dtree page corrupt\n"); \ 623 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearch() 1131 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp() 1468 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 1666 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage() 2123 DT_GETPAGE(ip, le64_to_cpu(p->header.next), in dtDelete() 2301 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp() 2479 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in dtRelocate() 2492 DT_GETPAGE(i in dtRelocate() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dtree.c | 114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ macro 123 "DT_GETPAGE: dtree page corrupt\n"); \ 623 DT_GETPAGE(ip, bn, mp, psize, p, rc); in dtSearch() 1131 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); in dtSplitUp() 1468 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtSplitPage() 1666 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); in dtExtendPage() 2123 DT_GETPAGE(ip, le64_to_cpu(p->header.next), in dtDelete() 2301 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); in dtDeleteUp() 2456 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); in dtRelink() 2485 DT_GETPAGE(i in dtRelink() [all...] |
Completed in 8 milliseconds