Home
last modified time | relevance | path

Searched refs:f2fs_sanity_check_cluster (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/f2fs/
Dcompress.c892 bool f2fs_sanity_check_cluster(struct dnode_of_data *dn) in f2fs_sanity_check_cluster() function
979 if (f2fs_sanity_check_cluster(&dn)) { in __f2fs_cluster_blocks()
Df2fs.h4378 bool f2fs_sanity_check_cluster(struct dnode_of_data *dn);
4457 static inline bool f2fs_sanity_check_cluster(struct dnode_of_data *dn) { return false; } in f2fs_sanity_check_cluster() function
Ddata.c1627 f2fs_sanity_check_cluster(&dn)) { in f2fs_map_blocks()