Searched refs:EROFS_SUPER_BLOCK_START_POSITION (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/test/unittest/fs_manager/erofs/ |
H A D | erofs_mount_unittest.cpp | 44 void *data = calloc(1, EROFS_SUPER_BLOCK_START_POSITION); in HWTEST_F() 45 ret = write(fd, data, EROFS_SUPER_BLOCK_START_POSITION); in HWTEST_F() 46 EXPECT_EQ(ret, EROFS_SUPER_BLOCK_START_POSITION); in HWTEST_F() 56 memcpy_s(data, EROFS_SUPER_BLOCK_START_POSITION, &sb, sizeof(sb)); in HWTEST_F()
|
/base/startup/init/interfaces/innerkits/include/fs_manager/ |
H A D | erofs_super_block.h | 22 #define EROFS_SUPER_BLOCK_START_POSITION 1024 macro
|
/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/ |
H A D | erofs_overlay_common.c | 86 if (lseek(fd, EROFS_SUPER_BLOCK_START_POSITION, SEEK_SET) < 0) {
in CheckIsErofs()
|
H A D | erofs_mount_overlay.c | 81 if (lseek(fd, EROFS_SUPER_BLOCK_START_POSITION, SEEK_SET) < 0) {
in LookupErofsEnd()
|
Completed in 2 milliseconds