Searched refs:NULL_CLUSTER (Results 1 – 3 of 3) sorted by relevance
2366 .cluster_idx = NULL_CLUSTER, in f2fs_mpage_readpages()2372 pgoff_t nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()2410 if (cc.cluster_idx == NULL_CLUSTER) { in f2fs_mpage_readpages()2423 nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()2961 .cluster_idx = NULL_CLUSTER, in f2fs_write_cache_pages()
162 cc->cluster_idx = NULL_CLUSTER; in f2fs_destroy_compress_ctx()824 if (cc->cluster_idx == NULL_CLUSTER) in is_page_in_cluster()
1572 #define NULL_CLUSTER ((unsigned int)(~0)) macro