Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Defi-loader.c192 static struct stat cache_stat = {}; in efi_loader_get_config_timeout_one_shot() local
204 if (stat_inode_unmodified(&new_stat, &cache_stat)) { in efi_loader_get_config_timeout_one_shot()
219 cache_stat = new_stat; in efi_loader_get_config_timeout_one_shot()
224 int efi_loader_update_entry_one_shot_cache(char **cache, struct stat *cache_stat) { in efi_loader_update_entry_one_shot_cache() argument
230 assert(cache_stat); in efi_loader_update_entry_one_shot_cache()
236 if (stat_inode_unmodified(&new_stat, cache_stat)) in efi_loader_update_entry_one_shot_cache()
246 *cache_stat = new_stat; in efi_loader_update_entry_one_shot_cache()
Defi-loader.h21 int efi_loader_update_entry_one_shot_cache(char **cache, struct stat *cache_stat);
45 static inline int efi_loader_update_entry_one_shot_cache(char **cache, struct stat *cache_stat) { in efi_loader_update_entry_one_shot_cache() argument
Defi-api.c101 static struct stat cache_stat = {}; in get_os_indications() local
124 } else if (stat_inode_unmodified(&new_stat, &cache_stat)) { in get_os_indications()
145 cache_stat = new_stat; in get_os_indications()