Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dondemand.c52 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_fd_release()
309 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd()
355 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.h129 struct xarray ondemand_ids; /* xarray for ondemand_id allocation */ member