Searched refs:ASSERT (Results 1 – 4 of 4) sorted by relevance
98 ASSERT(key.type == BTRFS_INODE_ITEM_KEY); in show_dir()142 ASSERT(fs_info); in btrfs_ls()170 ASSERT(fs_info); in btrfs_exists()236 ASSERT(fs_info); in btrfs_read()
15 #define ASSERT(c) assert(c) macro
442 ASSERT(IS_ALIGNED(offset, fs_info->sectorsize) && in btrfs_read_extent_reg()444 ASSERT(offset >= key.offset && in btrfs_read_extent_reg()542 ASSERT(IS_ALIGNED(file_offset, root->fs_info->sectorsize)); in lookup_data_extent()635 ASSERT(start + len <= aligned_start + fs_info->sectorsize); in read_and_truncate_page()
1027 ASSERT(!memcmp(disk_super->fsid, fs_devices->fsid, BTRFS_FSID_SIZE)); in open_ctree_fs_info()1029 ASSERT(!memcmp(disk_super->metadata_uuid, in open_ctree_fs_info()
Completed in 8 milliseconds