Home
last modified time | relevance | path

Searched defs:squashfs_cache_entry (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/squashfs/
Dsquashfs_fs_sb.h42 struct squashfs_cache_entry { struct
43 u64 block;
44 int length;
45 int refcount;
46 u64 next_index;
47 int pending;
48 int error;
49 int num_waiters;
50 wait_queue_head_t wait_queue;
51 struct squashfs_cache *cache;
[all …]