Home
last modified time | relevance | path

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

/openbmc/linux/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 \
/openbmc/linux/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.c306 CRAMFS_BLK_FLAG_UNCOMPRESSED; in cramfs_get_block_range()
832 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_read_folio()
873 if (prev_start & CRAMFS_BLK_FLAG_UNCOMPRESSED) { in cramfs_read_folio()