Home
last modified time | relevance | path

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

/fs/btrfs/tests/
Dextent-io-tests.c353 u8 expect; in check_eb_bitmap() local
356 expect = bitmap_get_value8(bitmap, ALIGN(i, BITS_PER_BYTE)); in check_eb_bitmap()
360 i, i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
368 u8 expect; in check_eb_bitmap() local
371 expect = bitmap_get_value8(bitmap, ALIGN(i, BITS_PER_BYTE)); in check_eb_bitmap()
376 i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
/fs/overlayfs/
DKconfig101 might not be compatible with applications that expect 32bit inodes.
103 If compatibility with applications that expect 32bit inodes is not an
/fs/cramfs/
Dinode.c304 u32 expect = (first_block_addr + block_off) | in cramfs_get_block_range() local
307 if (blockptrs[i] != expect) { in cramfs_get_block_range()
310 blockptrs[i], expect); in cramfs_get_block_range()
/fs/
DKconfig95 # Selected by DAX drivers that do not expect filesystem DAX to support