Searched refs:f2fs_is_cow_file (Results 1 – 4 of 4) sorted by relevance
1174 struct address_space *mapping = f2fs_is_cow_file(inode) ? in ra_data_block()1264 struct address_space *mapping = f2fs_is_cow_file(inode) ? in move_data_block()
799 if (fi->cow_inode && f2fs_is_cow_file(fi->cow_inode)) { in f2fs_evict_inode()
3289 static inline bool f2fs_is_cow_file(struct inode *inode) in f2fs_is_cow_file() function4274 return f2fs_is_atomic_file(inode) || f2fs_is_cow_file(inode); in f2fs_used_in_atomic_write()
3525 f2fs_is_cow_file(inode)) in __get_segment_type_6()