Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Ddata.c2640 if (f2fs_is_pinned_file(inode)) in f2fs_should_update_inplace()
2655 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.c1723 if (f2fs_is_pinned_file(inode)) { in f2fs_expand_inode_data()
1812 if ((f2fs_compressed_file(inode) || f2fs_is_pinned_file(inode)) && in f2fs_fallocate()