Home
last modified time | relevance | path

Searched refs:resync_offset (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/raid/
H A Dmd_p.h295 __le64 resync_offset; /* data before this offset (from data_offset) known to be in sync */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/raid/
H A Dmd_p.h295 __le64 resync_offset; /* data before this offset (from data_offset) known to be in sync */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/raid/
H A Dmd_p.h295 __le64 resync_offset; /* data before this offset (from data_offset) known to be in sync */ member
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.c1866 mddev->recovery_cp = le64_to_cpu(sb->resync_offset); in super_1_validate()
2023 sb->resync_offset = cpu_to_le64(mddev->recovery_cp); in super_1_sync()
2025 sb->resync_offset = cpu_to_le64(MaxSector); in super_1_sync()
2027 sb->resync_offset = cpu_to_le64(0); in super_1_sync()