Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Ddata.c2333 .cluster_idx = NULL_CLUSTER, in f2fs_mpage_readpages()
2339 pgoff_t nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()
2372 if (cc.cluster_idx == NULL_CLUSTER) { in f2fs_mpage_readpages()
2387 nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()
2951 .cluster_idx = NULL_CLUSTER, in f2fs_write_cache_pages()
Dcompress.c159 cc->cluster_idx = NULL_CLUSTER; in f2fs_destroy_compress_ctx()
823 if (cc->cluster_idx == NULL_CLUSTER) in is_page_in_cluster()
Df2fs.h1607 #define NULL_CLUSTER ((unsigned int)(~0)) macro