Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cachefiles/
Dondemand.c33 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_fd_release()
197 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd()
231 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_get_fd()
Ddaemon.c116 xa_init_flags(&cache->ondemand_ids, XA_FLAGS_ALLOC1); in cachefiles_daemon_open()
165 xa_destroy(&cache->ondemand_ids); in cachefiles_flush_reqs()
Dinternal.h115 struct xarray ondemand_ids; /* xarray for ondemand_id allocation */ member