Searched refs:fs_error (Results 1 – 4 of 4) sorted by relevance
162 WRITE_ONCE(fs_info->fs_error, errno); in __btrfs_handle_fs_error()
693 int fs_error; member974 #define BTRFS_FS_ERROR(fs_info) (READ_ONCE((fs_info)->fs_error))
1182 const int fs_error = BTRFS_FS_ERROR(fs_info); in btrfs_split_ordered_extent() local1184 return fs_error ? ERR_PTR(fs_error) : ERR_PTR(-EIO); in btrfs_split_ordered_extent()
3280 WRITE_ONCE(fs_info->fs_error, -EUCLEAN); in open_ctree()