Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Ddata.c2635 bool f2fs_should_update_inplace(struct inode *inode, struct f2fs_io_info *fio) in f2fs_should_update_inplace() function
2695 return f2fs_should_update_inplace(inode, fio); in need_inplace_update()
Df2fs.h3834 bool f2fs_should_update_inplace(struct inode *inode, struct f2fs_io_info *fio);
Dfile.c2606 if (f2fs_should_update_inplace(inode, NULL)) { in f2fs_defragment_range()