Searched refs:btrfs_lru_cache_entry (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | lru_cache.c | 23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry() 26 struct btrfs_lru_cache_entry *entry; in match_entry() 45 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache, in btrfs_lru_cache_lookup() 49 struct btrfs_lru_cache_entry *entry; in btrfs_lru_cache_lookup() 71 struct btrfs_lru_cache_entry *entry) in btrfs_lru_cache_remove() 107 struct btrfs_lru_cache_entry *new_entry, in btrfs_lru_cache_store() 135 struct btrfs_lru_cache_entry *lru_entry; in btrfs_lru_cache_store() 138 struct btrfs_lru_cache_entry, in btrfs_lru_cache_store() 158 struct btrfs_lru_cache_entry *entry; in btrfs_lru_cache_clear() 159 struct btrfs_lru_cache_entry *tm in btrfs_lru_cache_clear() [all...] |
H A D | lru_cache.h | 17 struct btrfs_lru_cache_entry { struct 58 static inline struct btrfs_lru_cache_entry *btrfs_lru_cache_lru_entry( in btrfs_lru_cache_lru_entry() 62 struct btrfs_lru_cache_entry, lru_list); in btrfs_lru_cache_lru_entry() 66 struct btrfs_lru_cache_entry *btrfs_lru_cache_lookup(struct btrfs_lru_cache *cache, 69 struct btrfs_lru_cache_entry *new_entry, 72 struct btrfs_lru_cache_entry *entry);
|
H A D | send.c | 111 struct btrfs_lru_cache_entry entry; 117 /* See the comment at lru_cache.h about struct btrfs_lru_cache_entry. */ 122 * created. The cache uses raw struct btrfs_lru_cache_entry entries, so it uses 123 * at most 4096 bytes - sizeof(struct btrfs_lru_cache_entry) is 48 bytes, but 130 * created. The cache uses raw struct btrfs_lru_cache_entry entries, so it uses 131 * at most 4096 bytes - sizeof(struct btrfs_lru_cache_entry) is 48 bytes, but 345 struct btrfs_lru_cache_entry entry; 354 /* See the comment at lru_cache.h about struct btrfs_lru_cache_entry. */ 1406 struct btrfs_lru_cache_entry *raw_entry; in lookup_backref_cache() 2282 struct btrfs_lru_cache_entry *entr in name_cache_search() [all...] |
Completed in 6 milliseconds