Searched refs:expect (Results 1 – 3 of 3) sorted by relevance
| /fs/btrfs/tests/ |
| A D | extent-io-tests.c | 352 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 D | Kconfig | 102 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 D | inode.c | 303 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