Searched refs:anon_file (Results 1 – 1 of 1) sorted by relevance
315 if (anon_file->fd < 0) { in cachefiles_ondemand_get_fd()316 ret = anon_file->fd; in cachefiles_ondemand_get_fd()323 if (IS_ERR(anon_file->file)) { in cachefiles_ondemand_get_fd()338 load->fd = anon_file->fd; in cachefiles_ondemand_get_fd()347 fput(anon_file->file); in cachefiles_ondemand_get_fd()348 anon_file->file = NULL; in cachefiles_ondemand_get_fd()350 put_unused_fd(anon_file->fd); in cachefiles_ondemand_get_fd()351 anon_file->fd = ret; in cachefiles_ondemand_get_fd()469 fput(anon_file.file); in cachefiles_ondemand_daemon_read()470 put_unused_fd(anon_file.fd); in cachefiles_ondemand_daemon_read()[all …]