bytes_readonly   1051 fs/btrfs/block-group.c 		WARN_ON(block_group->space_info->bytes_readonly
bytes_readonly   1057 fs/btrfs/block-group.c 	block_group->space_info->bytes_readonly -= block_group->key.offset;
bytes_readonly   1227 fs/btrfs/block-group.c 		sinfo->bytes_readonly += num_bytes;
bytes_readonly   1361 fs/btrfs/block-group.c 		space_info->bytes_readonly += block_group->pinned;
bytes_readonly   2113 fs/btrfs/block-group.c 		sinfo->bytes_readonly -= num_bytes;
bytes_readonly   2798 fs/btrfs/block-group.c 		space_info->bytes_readonly += num_bytes;
bytes_readonly   2847 fs/btrfs/extent-tree.c 			space_info->bytes_readonly += len;
bytes_readonly   3185 fs/btrfs/free-space-cache.c 			space_info->bytes_readonly += reserved_bytes;
bytes_readonly     18 fs/btrfs/space-info.c 		s_info->bytes_pinned + s_info->bytes_readonly +
bytes_readonly    116 fs/btrfs/space-info.c 			     u64 bytes_readonly,
bytes_readonly    131 fs/btrfs/space-info.c 	found->bytes_readonly += bytes_readonly;
bytes_readonly    274 fs/btrfs/space-info.c 		info->bytes_readonly);
bytes_readonly     19 fs/btrfs/space-info.h 	u64 bytes_readonly;	/* total bytes that are read only */
bytes_readonly    115 fs/btrfs/space-info.h 			     u64 bytes_readonly,
bytes_readonly    433 fs/btrfs/sysfs.c SPACE_INFO_ATTR(bytes_readonly);
bytes_readonly    446 fs/btrfs/sysfs.c 	BTRFS_ATTR_PTR(space_info, bytes_readonly),