xfs: split out handle management helpers a bit
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 16:47:55 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:47:00 +0000 (07:47 -0700)
commitb8c9d4253da43c02b287831f7e576568f24fbe58
tree1a3c365c142d82c95f46f8e58bfb0e7cc74b1e01
parentaf69d852dfe62b925d0df401eafad40698c889c6
xfs: split out handle management helpers a bit

Split out the functions that generate file/fs handles and map them back
into dentries in preparation for the GETPARENTS ioctl next.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_fs.h
fs/xfs/xfs_handle.c