Files
u-boot/include
Simon Glass f04cd9dbc2 ext4l: Add extents.c compilation support
Add extents.c (extent handling) to the build and provide stubs.

Changes to extents.c:
- Replace Linux includes with ext4_uboot.h

Changes to ext4_uboot.h:
- Add __GFP_MOVABLE, __GFP_FS memory allocation flags
- Add FIEMAP_EXTENT_* flags for fiemap operations
- Add FALLOC_FL_* flags for fallocate operations
- Add O_SYNC flag and struct file with f_mapping
- Add struct iomap and iomap_ops for I/O mapping
- Add IOMAP_* type constants
- Add struct fiemap_extent_info and FIEMAP_FLAG_* constants
- Add i_blkbits member to inode struct

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-18 12:34:17 -07:00
..
2025-12-17 10:51:23 -07:00
2025-11-11 04:09:41 -07:00
2025-12-07 17:18:57 -07:00
2025-11-12 08:40:05 -07:00
2025-12-07 11:53:55 -07:00
2025-11-19 19:51:46 -07:00
2025-10-24 08:47:38 +01:00
2025-11-17 06:59:47 -07:00