Searched refs:fs_error (Results 1 – 3 of 3) sorted by relevance
769 int fs_error; member 1092 #define BTRFS_FS_ERROR(fs_info) (READ_ONCE((fs_info)->fs_error))
1264 const int fs_error = BTRFS_FS_ERROR(fs_info); in btrfs_split_ordered_extent() local 1266 return fs_error ? ERR_PTR(fs_error) : ERR_PTR(-EIO); in btrfs_split_ordered_extent()
3386 WRITE_ONCE(fs_info->fs_error, -EUCLEAN); in open_ctree()