Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/fs/squashfs/
Dsquashfs_fs_sb.h29 struct squashfs_cache_entry { struct
30 u64 block;
31 int length;
32 int refcount;
33 u64 next_index;
34 int pending;
35 int error;
36 int num_waiters;
37 wait_queue_head_t wait_queue;
38 struct squashfs_cache *cache;
[all …]