Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dnode.c316 IS_DNODE(&folio->page) && is_cold_node(&folio->page); in f2fs_in_warm_node_list()
1635 if (!IS_DNODE(&folio->page) || !is_cold_node(&folio->page)) in last_fsync_dnode()
1707 IS_DNODE(page) && is_cold_node(page)) in __write_node_page()
1857 if (!IS_DNODE(&folio->page) || !is_cold_node(&folio->page)) in f2fs_fsync_node_pages()
2059 if (step == 0 && IS_DNODE(&folio->page)) in f2fs_sync_node_pages()
2061 if (step == 1 && (!IS_DNODE(&folio->page) || in f2fs_sync_node_pages()
2064 if (step == 2 && (!IS_DNODE(&folio->page) || in f2fs_sync_node_pages()
H A Dnode.h352 static inline bool IS_DNODE(const struct page *node_page) in IS_DNODE() function
H A Dsegment.c3594 if (IS_DNODE(fio->page) && is_cold_node(fio->page)) in __get_segment_type_4()
3652 if (IS_DNODE(fio->page)) in __get_segment_type_6()