Home
last modified time | relevance | path

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

/aosp_15_r20/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h110 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs.h111 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_fs.h142 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
/aosp_15_r20/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h134 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) (((B) & \ macro