Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcramfs_fs.h77 #define CRAMFS_FLAG_EXT_BLOCK_POINTERS 0x00000800 /* block pointer extensions */ macro
88 | CRAMFS_FLAG_EXT_BLOCK_POINTERS )
/openbmc/linux/fs/cramfs/
H A DREADME52 When the CRAMFS_FLAG_EXT_BLOCK_POINTERS capability bit is set, each
H A Dinode.c107 CRAMFS_SB(sb)->flags & CRAMFS_FLAG_EXT_BLOCK_POINTERS && in get_cramfs_inode()