Home
last modified time | relevance | path

Searched refs:CRAMFS_SUPPORTED_FLAGS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dcramfs_fs.h84 #define CRAMFS_SUPPORTED_FLAGS ( 0x000000ff \ macro
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h82 #define CRAMFS_SUPPORTED_FLAGS ( 0x000000ff \ macro
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c77 if (super.flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_read_super()
/openbmc/linux/fs/cramfs/
H A Dinode.c550 if (super->flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_read_super()