Searched hist:f6fca3917b4d99d8c13901738afec35f570a3c2f (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | space-info.h | diff f6fca3917b4d99d8c13901738afec35f570a3c2f Tue Feb 08 13:31:20 CST 2022 Stefan Roesch <shr@fb.com> btrfs: store chunk size in space-info struct
The chunk size is stored in the btrfs_space_info structure. It is initialized at the start and is then used.
A new API is added to update the current chunk size. This API is used to be able to expose the chunk_size as a sysfs setting.
Signed-off-by: Stefan Roesch <shr@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> [ rename and merge helpers, switch atomic type to u64, style fixes ] Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | space-info.c | diff f6fca3917b4d99d8c13901738afec35f570a3c2f Tue Feb 08 13:31:20 CST 2022 Stefan Roesch <shr@fb.com> btrfs: store chunk size in space-info struct
The chunk size is stored in the btrfs_space_info structure. It is initialized at the start and is then used.
A new API is added to update the current chunk size. This API is used to be able to expose the chunk_size as a sysfs setting.
Signed-off-by: Stefan Roesch <shr@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> [ rename and merge helpers, switch atomic type to u64, style fixes ] Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | volumes.c | diff f6fca3917b4d99d8c13901738afec35f570a3c2f Tue Feb 08 13:31:20 CST 2022 Stefan Roesch <shr@fb.com> btrfs: store chunk size in space-info struct
The chunk size is stored in the btrfs_space_info structure. It is initialized at the start and is then used.
A new API is added to update the current chunk size. This API is used to be able to expose the chunk_size as a sysfs setting.
Signed-off-by: Stefan Roesch <shr@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> [ rename and merge helpers, switch atomic type to u64, style fixes ] Signed-off-by: David Sterba <dsterba@suse.com>
|