Home
last modified time | relevance | path

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

/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs_sb.h41 struct squashfs_cache_entry { struct
42 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 …]
/aosp_15_r20/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs_sb.h28 struct squashfs_cache_entry { struct
50 struct squashfs_cache_entry entry[0]; argument
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h61043 struct squashfs_cache_entry { struct
61044 u64 block;
61045 int length;
61046 int refcount;
61047 u64 next_index;
61048 int pending;
61049 int error;
61050 int num_waiters;
61051 wait_queue_head_t wait_queue;
61052 struct squashfs_cache *cache;
[all …]
H A Dvmlinux_518.h61043 struct squashfs_cache_entry { struct
61044 u64 block;
61045 int length;
61046 int refcount;
61047 u64 next_index;
61048 int pending;
61049 int error;
61050 int num_waiters;
61051 wait_queue_head_t wait_queue;
61052 struct squashfs_cache *cache;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h42973 struct squashfs_cache_entry { struct
42974 u64 block;
42975 int length;
42976 int refcount;
42977 u64 next_index;
42978 int pending;
42979 int error;
42980 int num_waiters;
42981 wait_queue_head_t wait_queue;
42982 struct squashfs_cache *cache;
[all …]
H A Dvmlinux.h42973 struct squashfs_cache_entry { struct
42974 u64 block;
42975 int length;
42976 int refcount;
42977 u64 next_index;
42978 int pending;
42979 int error;
42980 int num_waiters;
42981 wait_queue_head_t wait_queue;
42982 struct squashfs_cache *cache;
[all …]