Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c1192 if (f2fs_is_pinned_file(inode)) { in move_data_block()
1342 if (f2fs_is_pinned_file(inode)) { in move_data_page()
H A Ddata.c2557 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_inplace()
2572 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_outplace()
H A Df2fs.h3166 static inline bool f2fs_is_pinned_file(struct inode *inode) in f2fs_is_pinned_file() function
4427 if (IS_SWAPFILE(inode) || f2fs_is_pinned_file(inode) || in f2fs_may_compress()
H A Dfile.c1676 if (f2fs_is_pinned_file(inode)) { in expand_inode_data()