Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Ddata.c2641 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_inplace()
2656 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_outplace()
Df2fs.h3259 static inline bool f2fs_is_pinned_file(struct inode *inode) in f2fs_is_pinned_file() function
4512 if (IS_SWAPFILE(inode) || f2fs_is_pinned_file(inode) || in f2fs_may_compress()
Dgc.c727 if (!f2fs_is_pinned_file(inode)) in f2fs_gc_pinned_control()
Dfile.c1722 if (f2fs_is_pinned_file(inode)) { in f2fs_expand_inode_data()
1811 if ((f2fs_compressed_file(inode) || f2fs_is_pinned_file(inode)) && in f2fs_fallocate()