Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcramfs_fs.h74 #define CRAMFS_FLAG_HOLES 0x00000100 /* support for holes */ macro
85 | CRAMFS_FLAG_HOLES \
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h73 #define CRAMFS_FLAG_HOLES 0x00000100 /* support for holes */ macro
83 | CRAMFS_FLAG_HOLES \
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c358 if (super.flags & CRAMFS_FLAG_HOLES) in cramfs_info()