Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcramfs_fs.h72 #define CRAMFS_FLAG_FSID_VERSION_2 0x00000001 /* fsid version #2 */ macro
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h71 #define CRAMFS_FLAG_FSID_VERSION_2 0x00000001 /* fsid version #2 */ macro
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c354 if (super.flags & CRAMFS_FLAG_FSID_VERSION_2) in cramfs_info()
/openbmc/linux/fs/cramfs/
H A Dinode.c564 if (super->flags & CRAMFS_FLAG_FSID_VERSION_2) { in cramfs_read_super()