Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c2327 .cluster_idx = NULL_CLUSTER, in f2fs_mpage_readpages()
2333 pgoff_t nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()
2366 if (cc.cluster_idx == NULL_CLUSTER) { in f2fs_mpage_readpages()
2381 nc_cluster_idx = NULL_CLUSTER; in f2fs_mpage_readpages()
2944 .cluster_idx = NULL_CLUSTER, in f2fs_write_cache_pages()
H A Dcompress.c160 cc->cluster_idx = NULL_CLUSTER; in f2fs_destroy_compress_ctx()
822 if (cc->cluster_idx == NULL_CLUSTER) in is_page_in_cluster()
H A Df2fs.h1542 #define NULL_CLUSTER ((unsigned int)(~0)) macro