Searched refs:loff_t (Results 1 – 10 of 10) sorted by relevance
/development/ndk/platforms/android-3/include/linux/mtd/ |
D | mtd.h | 100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf); 102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len); 104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf); 105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf); 107 int (*read_oob) (struct mtd_info *mtd, loff_t from, 109 int (*write_oob) (struct mtd_info *mtd, loff_t to, 113 …int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *… 115 …int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *… 116 …int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char … 117 int (*lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len); [all …]
|
D | bbm.h | 68 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
|
D | nand.h | 189 int (*block_bad)(struct mtd_info *mtd, loff_t ofs, int getchip); 190 int (*block_markbad)(struct mtd_info *mtd, loff_t ofs);
|
/development/ndk/sources/android/libportable/common/include/ |
D | fcntl_portable.h | 103 loff_t l_start; 104 loff_t l_len; 116 loff_t l_start; 117 loff_t l_len;
|
/development/ndk/platforms/android-3/include/sys/ |
D | types.h | 69 typedef __kernel_loff_t loff_t; typedef 70 typedef loff_t off64_t; /* GLibc-specific */
|
/development/ndk/platforms/android-3/include/linux/ |
D | proc_fs.h | 42 loff_t size; 66 loff_t offset;
|
D | sysfs.h | 45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); 46 ssize_t (*write)(struct kobject *, char *, loff_t, size_t);
|
D | msdos_fs.h | 173 loff_t i_pos; 174 loff_t slot_off;
|
/development/ndk/platforms/android-3/include/asm-generic/ |
D | fcntl.h | 141 loff_t l_start; 142 loff_t l_len;
|
/development/ndk/platforms/android-3/include/mtd/ |
D | mtd-abi.h | 88 #define MEMGETBADBLOCK _IOW('M', 11, loff_t) 89 #define MEMSETBADBLOCK _IOW('M', 12, loff_t)
|