Searched hist:"36029 dee382a20cf515494376ce9f0d5949944eb" (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | health.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
H A D | refcount.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.h | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
H A D | xfs_refcount_btree.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
H A D | xfs_rmap_btree.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
H A D | xfs_ag.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
H A D | xfs_ialloc_btree.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
H A D | xfs_ialloc.c | diff 36029dee382a20cf515494376ce9f0d5949944eb Thu Jul 07 11:13:21 CEST 2022 Dave Chinner <dchinner@redhat.com> xfs: make is_log_ag() a first class helper
We check if an ag contains the log in many places, so make this a first class XFS helper by lifting it to fs/xfs/libxfs/xfs_ag.h and renaming it xfs_ag_contains_log(). The convert all the places that check if the AG contains the log to use this helper.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|