Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/squashfs/
A 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 …]

Completed in 4 milliseconds