Searched refs:pool_id (Results 1 – 1 of 1) sorted by relevance
115 int pool_id = CLEANCACHE_NO_BACKEND; in __cleancache_init_fs() local118 pool_id = cleancache_ops->init_fs(PAGE_SIZE); in __cleancache_init_fs()119 if (pool_id < 0) in __cleancache_init_fs()120 pool_id = CLEANCACHE_NO_POOL; in __cleancache_init_fs()122 sb->cleancache_poolid = pool_id; in __cleancache_init_fs()129 int pool_id = CLEANCACHE_NO_BACKEND_SHARED; in __cleancache_init_shared_fs() local132 pool_id = cleancache_ops->init_shared_fs(&sb->s_uuid, PAGE_SIZE); in __cleancache_init_shared_fs()133 if (pool_id < 0) in __cleancache_init_shared_fs()134 pool_id = CLEANCACHE_NO_POOL; in __cleancache_init_shared_fs()136 sb->cleancache_poolid = pool_id; in __cleancache_init_shared_fs()[all …]