Home
last modified time | relevance | path

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

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