Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cachefiles/
Dondemand.c12 int object_id = object->ondemand_id; in cachefiles_ondemand_fd_release()
17 object->ondemand_id = CACHEFILES_ONDEMAND_ID_CLOSED; in cachefiles_ondemand_fd_release()
222 object->ondemand_id = object_id; in cachefiles_ondemand_get_fd()
366 if (opcode != CACHEFILES_OP_OPEN && object->ondemand_id <= 0) { in cachefiles_ondemand_send_req()
367 WARN_ON_ONCE(object->ondemand_id == 0); in cachefiles_ondemand_send_req()
433 int object_id = object->ondemand_id; in cachefiles_ondemand_init_close_req()
460 int object_id = object->ondemand_id; in cachefiles_ondemand_init_read_req()
488 if (object->ondemand_id > 0) in cachefiles_ondemand_init_object()
Dinternal.h64 int ondemand_id; member