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