Home
last modified time | relevance | path

Searched refs:f2fs_is_checkpointed_data (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c2545 !f2fs_is_checkpointed_data(sbi, fio->old_blkaddr))) in check_inplace_update_policy()
2598 f2fs_is_checkpointed_data(sbi, fio->old_blkaddr))) in f2fs_should_update_outplace()
H A Df2fs.h3596 bool f2fs_is_checkpointed_data(struct f2fs_sb_info *sbi, block_t blkaddr);
H A Dfile.c1166 if (!f2fs_is_checkpointed_data(sbi, *blkaddr)) { in __read_out_blkaddrs()
H A Dsegment.c2351 bool f2fs_is_checkpointed_data(struct f2fs_sb_info *sbi, block_t blkaddr) in f2fs_is_checkpointed_data() function