Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfs.h769 int fs_error; member
1092 #define BTRFS_FS_ERROR(fs_info) (READ_ONCE((fs_info)->fs_error))
H A Dordered-data.c1264 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()
H A Ddisk-io.c3386 WRITE_ONCE(fs_info->fs_error, -EUCLEAN); in open_ctree()