Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dcheckpoint.c32 set_ckpt_flags(sbi, CP_ERROR_FLAG); in f2fs_stop_checkpoint()
1314 set_ckpt_flags(sbi, CP_NAT_BITS_FLAG); in update_ckpt_flags()
Df2fs.h2048 static inline void set_ckpt_flags(struct f2fs_sb_info *sbi, unsigned int f) in set_ckpt_flags() function