xfs: rename oz_write_pointer to oz_allocated
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Jul 2025 12:54:03 +0000 (14:54 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:14 +0000 (17:30 +0200)
commit329b996d9210c734b2a93bcb4d69dc49a48881f6
treeed5168b5d12511c2bdc7df8e51e9679c90e89720
parent90b1bda80ece3624eb7962b9c00e6bcb9bbe2193
xfs: rename oz_write_pointer to oz_allocated

This member just tracks how much space we handed out for sequential
write required zones.  Only for conventional space it actually is the
pointer where thing are written at, otherwise zone append manages
that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_trace.h
fs/xfs/xfs_zone_alloc.c
fs/xfs/xfs_zone_gc.c
fs/xfs/xfs_zone_info.c
fs/xfs/xfs_zone_priv.h