Searched refs:NULL_CLUSTER (Results 1 – 3 of 3) sorted by relevance
2423 .cluster_idx = NULL_CLUSTER, in f2fs_mpage_readpages()2429 pgoff_t nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()2462 if (cc.cluster_idx == NULL_CLUSTER) { in f2fs_mpage_readpages()2477 nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()3041 .cluster_idx = NULL_CLUSTER, in f2fs_write_cache_pages()
160 cc->cluster_idx = NULL_CLUSTER; in f2fs_destroy_compress_ctx()828 if (cc->cluster_idx == NULL_CLUSTER) in is_page_in_cluster()
1532 #define NULL_CLUSTER ((unsigned int)(~0)) macro