Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dfile.c1774 if (f2fs_is_pinned_file(inode)) { in f2fs_expand_inode_data()
1872 if ((f2fs_compressed_file(inode) || f2fs_is_pinned_file(inode)) && in f2fs_fallocate()
2923 f2fs_is_pinned_file(src) || f2fs_is_pinned_file(dst)) { in f2fs_move_file_range()
3326 } else if (f2fs_is_pinned_file(inode)) { in f2fs_ioc_set_pin_file()
H A Ddata.c2544 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_inplace()
2559 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_outplace()
H A Df2fs.h3273 static inline bool f2fs_is_pinned_file(struct inode *inode) in f2fs_is_pinned_file() function
4568 if (IS_SWAPFILE(inode) || f2fs_is_pinned_file(inode) || in f2fs_may_compress()
H A Dgc.c728 if (!f2fs_is_pinned_file(inode)) in f2fs_gc_pinned_control()