Searched defs:squashfs_cache_entry (Results 1 – 2 of 2) sorted by relevance
41 struct squashfs_cache_entry { struct42 u64 block;43 int length;44 int refcount;45 u64 next_index;46 int pending;47 int error;48 int num_waiters;49 wait_queue_head_t wait_queue;50 struct squashfs_cache *cache;[all …]
28 struct squashfs_cache_entry { struct50 struct squashfs_cache_entry entry[0]; argument