Searched refs:cache_stat (Results 1 – 3 of 3) sorted by relevance
192 static struct stat cache_stat = {}; in efi_loader_get_config_timeout_one_shot() local204 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() argument230 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()
21 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
101 static struct stat cache_stat = {}; in get_os_indications() local124 } else if (stat_inode_unmodified(&new_stat, &cache_stat)) { in get_os_indications()145 cache_stat = new_stat; in get_os_indications()