Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dnode.h302 if (__is_set_ckpt_flags(ckpt, CP_CRC_RECOVERY_FLAG)) in fill_node_footer_blkaddr()
315 if (__is_set_ckpt_flags(ckpt, CP_NOCRC_RECOVERY_FLAG)) in is_recoverable_dnode()
318 if (__is_set_ckpt_flags(ckpt, CP_CRC_RECOVERY_FLAG)) in is_recoverable_dnode()
Df2fs.h1524 static inline bool __is_set_ckpt_flags(struct f2fs_checkpoint *cp, unsigned int f) in __is_set_ckpt_flags() function
1533 return __is_set_ckpt_flags(F2FS_CKPT(sbi), f); in is_set_ckpt_flags()