Home
last modified time | relevance | path

Searched defs:is_dent_dnode (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
Dnode.h400 #define is_dent_dnode(page) is_node(page, DENT_BIT_SHIFT) macro
/kernel/linux/linux-5.10/fs/f2fs/
Dnode.h414 #define is_dent_dnode(page) is_node(page, DENT_BIT_SHIFT) macro