Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c1174 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()
Dinode.c799 if (fi->cow_inode && f2fs_is_cow_file(fi->cow_inode)) { in f2fs_evict_inode()
Df2fs.h3289 static inline bool f2fs_is_cow_file(struct inode *inode) in f2fs_is_cow_file() function
4274 return f2fs_is_atomic_file(inode) || f2fs_is_cow_file(inode); in f2fs_used_in_atomic_write()
Dsegment.c3525 f2fs_is_cow_file(inode)) in __get_segment_type_6()