Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfs.h848 int fs_error; member
1213 #define BTRFS_FS_ERROR(fs_info) (READ_ONCE((fs_info)->fs_error))
1235 WRITE_ONCE(fs_info->fs_error, -EIO); in btrfs_force_shutdown()
H A Dmessages.c163 WRITE_ONCE(fs_info->fs_error, error); in __btrfs_handle_fs_error()
H A Ddisk-io.c3469 WRITE_ONCE(fs_info->fs_error, -EUCLEAN); in open_ctree()
3473 WRITE_ONCE(fs_info->fs_error, -EROFS); in open_ctree()