Home
last modified time | relevance | path

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

/fs/btrfs/tests/
A Dextent-io-tests.c352 u8 expect; in check_eb_bitmap() local
355 expect = bitmap_get_value8(bitmap, ALIGN(i, BITS_PER_BYTE)); in check_eb_bitmap()
359 i, i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
367 u8 expect; in check_eb_bitmap() local
370 expect = bitmap_get_value8(bitmap, ALIGN(i, BITS_PER_BYTE)); in check_eb_bitmap()
375 i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
/fs/overlayfs/
A DKconfig102 might not be compatible with applications that expect 32bit inodes.
104 If compatibility with applications that expect 32bit inodes is not an
/fs/cramfs/
A Dinode.c303 u32 expect = (first_block_addr + block_off) | in cramfs_get_block_range() local
306 if (blockptrs[i] != expect) { in cramfs_get_block_range()
309 blockptrs[i], expect); in cramfs_get_block_range()

Completed in 14 milliseconds