Searched hist:"496817 b4befced99dff6f23997723bf0962d56b0" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
H A D | xfs_trans_space.h | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
H A D | xfs_alloc.h | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
H A D | xfs_format.h | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
H A D | xfs_alloc.c | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
H A D | xfs_bmap.c | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_filestream.c | diff 496817b4befced99dff6f23997723bf0962d56b0 Sun Jun 21 19:13:30 CDT 2015 Dave Chinner <dchinner@redhat.com> xfs: clean up XFS_MIN_FREELIST macros
We no longer calculate the minimum freelist size from the on-disk AGF, so we don't need the macros used for this. That means the nested macros can be cleaned up, and turn this into an actual function so the logic is clear and concise. This will make it much easier to add support for the rmap btree when the time comes.
This also gets rid of the XFS_AG_MAXLEVELS macro used by these freelist macros as it is simply a wrapper around a single variable.
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
|