Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Drecovery.c384 if (!is_recoverable_dnode(page)) { in sanity_check_node_chain()
433 if (!is_recoverable_dnode(page)) { in find_fsync_dnodes()
808 if (!is_recoverable_dnode(page)) { in recover_data()
H A Dnode.h309 static inline bool is_recoverable_dnode(struct page *page) in is_recoverable_dnode() function