Home
last modified time | relevance | path

Searched refs:CACHEFILES_REQ_NEW (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/cachefiles/
Dondemand.c253 req = xas_find_marked(&xas, UINT_MAX, CACHEFILES_REQ_NEW); in cachefiles_ondemand_daemon_read()
256 req = xas_find_marked(&xas, cache->req_id_next - 1, CACHEFILES_REQ_NEW); in cachefiles_ondemand_daemon_read()
271 xas_clear_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_daemon_read()
379 xas_set_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_send_req()
Dinternal.h132 #define CACHEFILES_REQ_NEW XA_MARK_1 macro