Home
last modified time | relevance | path

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

/linux-6.12.1/fs/cachefiles/
Dondemand.c542 xas.xa_index = cache->msg_id_next; in cachefiles_ondemand_send_req()
546 xas_find_marked(&xas, cache->msg_id_next - 1, XA_FREE_MARK); in cachefiles_ondemand_send_req()
553 cache->msg_id_next = xas.xa_index + 1; in cachefiles_ondemand_send_req()
Dinternal.h132 u32 msg_id_next; member