Lines Matching refs:stat_cache_entry

804 static stat_cache_entry * stat_cache_entry_init(void) {  in stat_cache_entry_init()
805 stat_cache_entry *sce = ck_calloc(1, sizeof(*sce)); in stat_cache_entry_init()
812 stat_cache_entry *sce = data; in stat_cache_entry_free()
833 stat_cache_entry * const sce = data; in stat_cache_entry_refchg()
1006 const buffer * stat_cache_content_type_get_by_xattr(stat_cache_entry *sce, const array *mimetypes, … in stat_cache_content_type_get_by_xattr()
1042 const buffer * stat_cache_content_type_get_by_ext(stat_cache_entry *sce, const array *mimetypes) in stat_cache_content_type_get_by_ext()
1067 const buffer * stat_cache_etag_get(stat_cache_entry *sce, int flags) { in stat_cache_etag_get()
1106 stat_cache_entry *sce = in stat_cache_update_entry()
1140 stat_cache_entry *sce = stat_cache_sptree_find(sptree, name, len); in stat_cache_delete_entry()
1150 stat_cache_entry *sce = stat_cache_sptree_find(sptree, name, len); in stat_cache_invalidate_entry()
1170 const buffer * const b = &((stat_cache_entry *)t->data)->name; in stat_cache_invalidate_dir_tree_walk()
1173 stat_cache_entry *sce = t->data; in stat_cache_invalidate_dir_tree_walk()
1203 const buffer * const b = &((stat_cache_entry *)t->data)->name; in stat_cache_tag_dir_tree()
1263 stat_cache_entry * stat_cache_get_entry(const buffer * const name) { in stat_cache_get_entry()
1264 stat_cache_entry *sce = NULL; in stat_cache_get_entry()
1394 stat_cache_entry * stat_cache_get_entry_open(const buffer * const name, const int symlinks) { in stat_cache_get_entry_open()
1395 stat_cache_entry * const sce = stat_cache_get_entry(name); in stat_cache_get_entry_open()
1406 const stat_cache_entry * const sce = stat_cache_get_entry(name); in stat_cache_path_stat()
1411 const stat_cache_entry * const sce = stat_cache_get_entry(name); in stat_cache_path_isdir()
1493 const stat_cache_entry * const sce = t->data; in stat_cache_tag_old_entries()