Searched refs:BT_PAGE (Results 1 – 3 of 3) sorted by relevance
/linux/fs/jfs/ |
A D | jfs_btree.h | 50 #define BT_PAGE(IP, MP, TYPE, ROOT)\ macro
|
A D | jfs_xtree.c | 50 #define XT_PAGE(IP, MP) BT_PAGE(IP, MP, xtpage_t, i_xtroot)
|
A D | jfs_dtree.c | 111 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot)
|
Completed in 12 milliseconds