Home
last modified time | relevance | path

Searched refs:CRAMFS_BLK_FLAG_UNCOMPRESSED (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcramfs_fs.h101 #define CRAMFS_BLK_FLAG_UNCOMPRESSED (1 << 31) macro
104 #define CRAMFS_BLK_FLAGS ( CRAMFS_BLK_FLAG_UNCOMPRESSED \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcramfs_fs.h101 #define CRAMFS_BLK_FLAG_UNCOMPRESSED (1 << 31) macro
104 #define CRAMFS_BLK_FLAGS ( CRAMFS_BLK_FLAG_UNCOMPRESSED \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcramfs_fs.h101 #define CRAMFS_BLK_FLAG_UNCOMPRESSED (1 << 31) macro
104 #define CRAMFS_BLK_FLAGS ( CRAMFS_BLK_FLAG_UNCOMPRESSED \
/OK3568_Linux_fs/kernel/fs/cramfs/
H A DREADME55 CRAMFS_BLK_FLAG_UNCOMPRESSED (bit 31):
62 if CRAMFS_BLK_FLAG_UNCOMPRESSED is also specified, otherwise
75 corresponding CRAMFS_BLK_FLAG_UNCOMPRESSED <block_ptr> bit is not set,
85 If CRAMFS_BLK_FLAG_UNCOMPRESSED is also specified then the size is always
87 If CRAMFS_BLK_FLAG_DIRECT_PTR is set and CRAMFS_BLK_FLAG_UNCOMPRESSED
H A Dinode.c315 CRAMFS_BLK_FLAG_UNCOMPRESSED; in cramfs_get_block_range()
838 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_readpage()
879 if (prev_start & CRAMFS_BLK_FLAG_UNCOMPRESSED) { in cramfs_readpage()