Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dondemand.c51 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_fd_release()
306 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd()
351 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_get_fd()
H A Ddaemon.c118 xa_init_flags(&cache->ondemand_ids, XA_FLAGS_ALLOC1); in cachefiles_daemon_open()
168 xa_destroy(&cache->ondemand_ids); in cachefiles_flush_reqs()
H A Dinternal.h128 struct xarray ondemand_ids; /* xarray for ondemand_id allocation */ member