| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | 
|---|---|
| 2 | #ifndef _IOMAP_INTERNAL_H | 
| 3 | #define _IOMAP_INTERNAL_H 1 | 
| 4 | |
| 5 | #define IOEND_BATCH_SIZE 4096 | 
| 6 | |
| 7 | u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend); | 
| 8 | |
| 9 | #endif /* _IOMAP_INTERNAL_H */ | 
| 10 | 
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | 
|---|---|
| 2 | #ifndef _IOMAP_INTERNAL_H | 
| 3 | #define _IOMAP_INTERNAL_H 1 | 
| 4 | |
| 5 | #define IOEND_BATCH_SIZE 4096 | 
| 6 | |
| 7 | u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend); | 
| 8 | |
| 9 | #endif /* _IOMAP_INTERNAL_H */ | 
| 10 |