Searched refs:f2fs_is_cow_file (Results 1 – 4 of 4) sorted by relevance
1176 struct address_space *mapping = f2fs_is_cow_file(inode) ? in ra_data_block()1268 struct address_space *mapping = f2fs_is_cow_file(inode) ? in move_data_block()
818 if (fi->cow_inode && f2fs_is_cow_file(fi->cow_inode)) { in f2fs_evict_inode()
3283 static inline bool f2fs_is_cow_file(struct inode *inode) in f2fs_is_cow_file() function4254 return f2fs_is_atomic_file(inode) || f2fs_is_cow_file(inode); in f2fs_used_in_atomic_write()
3399 f2fs_is_cow_file(inode)) in __get_segment_type_6()