Home
last modified time | relevance | path

Searched refs:B_IS_KEYS_LEVEL (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Dprints.c449 if (!B_IS_KEYS_LEVEL(bh)) in print_internal()
Ddo_balan.c1570 RFALSE(!B_IS_KEYS_LEVEL(dest), in replace_key()
Dreiserfs.h1701 #define B_IS_KEYS_LEVEL(bh) (B_LEVEL(bh) > DISK_LEAF_NODE_LEVEL \ macro