Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dnode.h302 static inline bool IS_DNODE(struct page *node_page) in IS_DNODE() function
Dnode.c1184 if (step == 0 && IS_DNODE(page)) in sync_node_pages()
1186 if (step == 1 && (!IS_DNODE(page) || in sync_node_pages()
1189 if (step == 2 && (!IS_DNODE(page) || in sync_node_pages()
1219 if (ino && IS_DNODE(page)) { in sync_node_pages()
Dsegment.c1201 if (IS_DNODE(page) && is_cold_node(page)) in __get_segment_type_4()
1220 if (IS_DNODE(page)) in __get_segment_type_6()