Searched refs:INDEX (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_btree.h | 130 #define BT_PUSH(BTSTACK, BN, INDEX)\ argument 134 (BTSTACK)->top->index = INDEX;\ 155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument 163 INDEX = (LEAF)->index;\
|
D | jfs_xtree.c | 88 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument 89 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
|
D | jfs_dtree.c | 146 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument 147 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
|
/linux-4.19.296/crypto/ |
D | camellia_generic.c | 374 #define SUBKEY_L(INDEX) (subkey[(INDEX)*2]) argument 375 #define SUBKEY_R(INDEX) (subkey[(INDEX)*2 + 1]) argument
|
/linux-4.19.296/fs/ext4/ |
D | namei.c | 111 EITHER, INDEX, DIRENT, DIRENT_HTREE enumerator 137 if (!bh && (type == INDEX || type == DIRENT_HTREE)) { in __ext4_read_dirblock() 140 (type == INDEX) ? "index" : "leaf"); in __ext4_read_dirblock() 155 if (!is_dx_block && type == INDEX) { in __ext4_read_dirblock() 170 if (is_dx_block && type == INDEX) { in __ext4_read_dirblock() 779 frame->bh = ext4_read_dirblock(dir, 0, INDEX); in dx_probe() 889 frame->bh = ext4_read_dirblock(dir, block, INDEX); in dx_probe() 1000 bh = ext4_read_dirblock(dir, dx_get_block(p->at), INDEX); in ext4_htree_next_block()
|
D | ext4.h | 523 CHECK_FLAG_VALUE(INDEX); in ext4_check_flag_values()
|