Searched refs:mtd_dev_info (Results 1 – 5 of 5) sorted by relevance
/external/fio/oslib/ |
D | libmtd.h | 78 struct mtd_dev_info struct 144 int mtd_get_dev_info(libmtd_t desc, const char *node, struct mtd_dev_info *mtd); 155 int mtd_get_dev_info1(libmtd_t desc, int mtd_num, struct mtd_dev_info *mtd); 167 int mtd_lock(const struct mtd_dev_info *mtd, int fd, int eb); 179 int mtd_unlock(const struct mtd_dev_info *mtd, int fd, int eb); 191 int mtd_erase(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb); 218 int mtd_is_locked(const struct mtd_dev_info *mtd, int fd, int eb); 230 int mtd_torture(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb); 241 int mtd_is_bad(const struct mtd_dev_info *mtd, int fd, int eb); 252 int mtd_mark_bad(const struct mtd_dev_info *mtd, int fd, int eb); [all …]
|
D | libmtd.c | 734 int mtd_get_dev_info1(libmtd_t desc, int mtd_num, struct mtd_dev_info *mtd) in mtd_get_dev_info1() 739 memset(mtd, 0, sizeof(struct mtd_dev_info)); in mtd_get_dev_info1() 787 int mtd_get_dev_info(libmtd_t desc, const char *node, struct mtd_dev_info *mtd) in mtd_get_dev_info() 801 static inline int mtd_ioctl_error(const struct mtd_dev_info *mtd, int eb, in mtd_ioctl_error() 808 static int mtd_valid_erase_block(const struct mtd_dev_info *mtd, int eb) in mtd_valid_erase_block() 819 static int mtd_xlock(const struct mtd_dev_info *mtd, int fd, int eb, int req, in mtd_xlock() 840 int mtd_lock(const struct mtd_dev_info *mtd, int fd, int eb) in mtd_lock() 845 int mtd_unlock(const struct mtd_dev_info *mtd, int fd, int eb) in mtd_unlock() 850 int mtd_erase(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb) in mtd_erase() 916 int mtd_is_locked(const struct mtd_dev_info *mtd, int fd, int eb) in mtd_is_locked() [all …]
|
D | libmtd_int.h | 102 int legacy_get_dev_info(const char *node, struct mtd_dev_info *mtd); 103 int legacy_get_dev_info1(int dev_num, struct mtd_dev_info *mtd);
|
D | libmtd_legacy.c | 234 int legacy_get_dev_info(const char *node, struct mtd_dev_info *mtd) in legacy_get_dev_info() 255 memset(mtd, '\0', sizeof(struct mtd_dev_info)); in legacy_get_dev_info() 378 int legacy_get_dev_info1(int mtd_num, struct mtd_dev_info *mtd) in legacy_get_dev_info1()
|
/external/fio/engines/ |
D | mtd.c | 22 struct mtd_dev_info info; 173 struct mtd_dev_info info; in fio_mtd_get_file_size()
|