Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dnode.h392 static inline int is_node(struct page *page, int type) in is_node() function
398 #define is_cold_node(page) is_node(page, COLD_BIT_SHIFT)
399 #define is_fsync_dnode(page) is_node(page, FSYNC_BIT_SHIFT)
400 #define is_dent_dnode(page) is_node(page, DENT_BIT_SHIFT)