Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dondemand.c38 info->ondemand_id = CACHEFILES_ONDEMAND_ID_CLOSED; in cachefiles_ondemand_fd_release()
228 if (info->ondemand_id == CACHEFILES_ONDEMAND_ID_CLOSED) { in cachefiles_ondemand_copen()
248 if (info->ondemand_id == CACHEFILES_ONDEMAND_ID_CLOSED) in cachefiles_ondemand_copen()
H A Dinternal.h83 #define CACHEFILES_ONDEMAND_ID_CLOSED -1 macro