Searched hist:f492135df0aa0417337f9b8b1cc6d6a994d61d25 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.h | diff f492135df0aa0417337f9b8b1cc6d6a994d61d25 Wed Oct 26 16:31:27 CDT 2022 Darrick J. Wong <djwong@kernel.org> xfs: refactor domain and refcount checking
Create a helper function to ensure that CoW staging extent records have a single refcount and that shared extent records have more than 1 refcount. We'll put this to more use in the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
H A D | xfs_refcount.c | diff f492135df0aa0417337f9b8b1cc6d6a994d61d25 Wed Oct 26 16:31:27 CDT 2022 Darrick J. Wong <djwong@kernel.org> xfs: refactor domain and refcount checking
Create a helper function to ensure that CoW staging extent records have a single refcount and that shared extent records have more than 1 refcount. We'll put this to more use in the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | refcount.c | diff f492135df0aa0417337f9b8b1cc6d6a994d61d25 Wed Oct 26 16:31:27 CDT 2022 Darrick J. Wong <djwong@kernel.org> xfs: refactor domain and refcount checking
Create a helper function to ensure that CoW staging extent records have a single refcount and that shared extent records have more than 1 refcount. We'll put this to more use in the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|