Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dmessages.c162 WRITE_ONCE(fs_info->fs_error, errno); in __btrfs_handle_fs_error()
H A Dfs.h693 int fs_error; member
974 #define BTRFS_FS_ERROR(fs_info) (READ_ONCE((fs_info)->fs_error))
H A Dordered-data.c1182 const int fs_error = BTRFS_FS_ERROR(fs_info); in btrfs_split_ordered_extent() local
1184 return fs_error ? ERR_PTR(fs_error) : ERR_PTR(-EIO); in btrfs_split_ordered_extent()
H A Ddisk-io.c3280 WRITE_ONCE(fs_info->fs_error, -EUCLEAN); in open_ctree()