Searched refs:ondemand_ids (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/cachefiles/
H A Dondemand.c31 xa_erase(&cache->ondemand_ids, object_id);
221 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL,
254 xa_erase(&cache->ondemand_ids, object_id);
H A Ddaemon.c117 xa_init_flags(&cache->ondemand_ids, XA_FLAGS_ALLOC1);
166 xa_destroy(&cache->ondemand_ids);
H A Dinternal.h128 struct xarray ondemand_ids; /* xarray for ondemand_id allocation */ member in struct:cachefiles_cache

Completed in 117 milliseconds