Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dondemand.c42 xas_for_each_marked(&xas, req, ULONG_MAX, CACHEFILES_REQ_NEW) { in cachefiles_ondemand_fd_release()
268 xas_set_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_restore()
365 xas_for_each_marked(xas, req, xa_max, CACHEFILES_REQ_NEW) { in cachefiles_ondemand_select_req()
430 xas_clear_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_daemon_read()
543 xas_set_mark(&xas, CACHEFILES_REQ_NEW); in cachefiles_ondemand_send_req()
H A Dinternal.h147 #define CACHEFILES_REQ_NEW XA_MARK_1 macro
H A Ddaemon.c370 xas_for_each_marked(&xas, req, ULONG_MAX, CACHEFILES_REQ_NEW) { in cachefiles_daemon_poll()