OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtd_dev_info
(Results
1 - 5
of
5
) sorted by null
/external/fio/oslib/
libmtd.h
61
* struct
mtd_dev_info
- information about an MTD device.
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)
[
all
...]
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);
libmtd.c
734
int mtd_get_dev_info1(libmtd_t desc, int mtd_num, struct
mtd_dev_info
*mtd)
739
memset(mtd, 0, sizeof(struct
mtd_dev_info
));
787
int mtd_get_dev_info(libmtd_t desc, const char *node, struct
mtd_dev_info
*mtd)
801
static inline int mtd_ioctl_error(const struct
mtd_dev_info
*mtd, int eb,
808
static int mtd_valid_erase_block(const struct
mtd_dev_info
*mtd, int eb)
819
static int mtd_xlock(const struct
mtd_dev_info
*mtd, int fd, int eb, int req,
840
int mtd_lock(const struct
mtd_dev_info
*mtd, int fd, int eb)
845
int mtd_unlock(const struct
mtd_dev_info
*mtd, int fd, int eb)
850
int mtd_erase(libmtd_t desc, const struct
mtd_dev_info
*mtd, int fd, int eb)
916
int mtd_is_locked(const struct
mtd_dev_info
*mtd, int fd, int eb
[
all
...]
libmtd_legacy.c
234
int legacy_get_dev_info(const char *node, struct
mtd_dev_info
*mtd)
255
memset(mtd, '\0', sizeof(struct
mtd_dev_info
));
378
int legacy_get_dev_info1(int mtd_num, struct
mtd_dev_info
*mtd)
/external/fio/engines/
mtd.c
22
struct
mtd_dev_info
info;
173
struct
mtd_dev_info
info;
Completed in 596 milliseconds