Searched refs:zms_get_sector_header (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/fs/zms/ |
D | zms.c | 21 static int zms_get_sector_header(struct zms_fs *fs, uint64_t addr, struct zms_ate *empty_ate, 494 rc = zms_get_sector_header(fs, addr, empty_ate, close_ate); in zms_validate_closed_sector() 792 static int zms_get_sector_header(struct zms_fs *fs, uint64_t addr, struct zms_ate *empty_ate, in zms_get_sector_header() function 1148 rc = zms_get_sector_header(fs, addr, &empty_ate, &close_ate); in zms_init()
|