Little coding style fix
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
1892f58aba
commit
1a3843ba12
@ -13,19 +13,31 @@
|
|||||||
* Dirty
|
* Dirty
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
bool ocf_metadata_test_dirty(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
bool ocf_metadata_test_dirty(struct ocf_cache *cache,
|
||||||
bool ocf_metadata_test_out_dirty(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
||||||
bool ocf_metadata_clear_dirty(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
bool ocf_metadata_test_out_dirty(struct ocf_cache *cache,
|
||||||
bool ocf_metadata_set_dirty(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
bool ocf_metadata_test_and_set_dirty(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
bool ocf_metadata_clear_dirty(struct ocf_cache *cache,
|
||||||
bool ocf_metadata_test_and_clear_dirty(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
|
bool ocf_metadata_set_dirty(struct ocf_cache *cache,
|
||||||
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
|
bool ocf_metadata_test_and_set_dirty(struct ocf_cache *cache,
|
||||||
|
ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
||||||
|
bool ocf_metadata_test_and_clear_dirty(struct ocf_cache *cache,
|
||||||
|
ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
||||||
|
|
||||||
bool ocf_metadata_test_valid(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
bool ocf_metadata_test_valid(struct ocf_cache *cache,
|
||||||
bool ocf_metadata_test_out_valid(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
||||||
bool ocf_metadata_clear_valid(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
bool ocf_metadata_test_out_valid(struct ocf_cache *cache,
|
||||||
bool ocf_metadata_set_valid(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
bool ocf_metadata_test_and_set_valid(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
bool ocf_metadata_clear_valid(struct ocf_cache *cache,
|
||||||
bool ocf_metadata_test_and_clear_valid(struct ocf_cache *cache, ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
|
bool ocf_metadata_set_valid(struct ocf_cache *cache,
|
||||||
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
|
bool ocf_metadata_test_and_set_valid(struct ocf_cache *cache,
|
||||||
|
ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
||||||
|
bool ocf_metadata_test_and_clear_valid(struct ocf_cache *cache,
|
||||||
|
ocf_cache_line_t line, uint8_t start, uint8_t stop, bool all);
|
||||||
bool ocf_metadata_clear_valid_if_clean(struct ocf_cache *cache,
|
bool ocf_metadata_clear_valid_if_clean(struct ocf_cache *cache,
|
||||||
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
ocf_cache_line_t line, uint8_t start, uint8_t stop);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user