HomeSort by relevance Sort by last modified time
    Searched refs:priv_data (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 24 void *priv_data);
35 void *priv_data),
36 void *priv_data)
53 ctx.priv_data = priv_data;
66 void *priv_data)
72 ctx = (struct dir_context *) priv_data;
84 priv_data);
read_bb_file.c 35 void *priv_data,
39 void *priv_data))
68 (invalid)(fs, blockno, buf, priv_data);
84 void *priv_data)
88 st = (struct compat_struct *) priv_data;
dir_iterate.c 102 void *priv_data),
103 void *priv_data)
124 ctx.priv_data = priv_data;
144 void *priv_data);
151 int blocksize, char *buf, void *priv_data)
153 struct xlate *xl = (struct xlate *) priv_data;
166 void *priv_data),
167 void *priv_data)
171 xl.real_private = priv_data;
    [all...]
block.c 29 void *priv_data);
37 void *priv_data; member in struct:block_context
74 ref_offset, ctx->priv_data);
102 ctx->priv_data);
118 ctx->priv_data);
142 ref_offset, ctx->priv_data);
163 ref_offset, ctx->priv_data);
228 ref_offset, ctx->priv_data);
249 ref_offset, ctx->priv_data);
314 ref_offset, ctx->priv_data);
    [all...]
dblist.c 200 void *priv_data),
203 void *priv_data)
216 ret = (*func)(dblist->fs, &dblist->list[i], priv_data);
226 void *priv_data),
227 void *priv_data)
230 priv_data);
320 void *priv_data);
321 void *priv_data; member in struct:iterate_passthrough
326 void *priv_data)
328 struct iterate_passthrough *p = priv_data;
    [all...]
brel_ma.c 75 brel->priv_data = ma;
110 ma = brel->priv_data;
122 ma = brel->priv_data;
142 ma = brel->priv_data;
158 ma = brel->priv_data;
172 ma = brel->priv_data;
188 ma = brel->priv_data;
lookup.c 36 void *priv_data)
38 struct lookup_struct *ls = (struct lookup_struct *) priv_data;
ext2fsP.h 60 void *priv_data);
61 void *priv_data; member in struct:dir_context
89 void *priv_data);
95 void *priv_data);
irel_ma.c 91 irel->priv_data = ma;
148 ma = irel->priv_data;
185 ma = irel->priv_data;
200 ma = irel->priv_data;
222 ma = irel->priv_data;
243 ma = irel->priv_data;
275 ma = irel->priv_data;
291 ma = irel->priv_data;
310 ma = irel->priv_data;
333 ma = irel->priv_data;
    [all...]
read_bb.c 45 void *priv_data)
47 struct read_bb_record *rb = (struct read_bb_record *) priv_data;
unlink.c 38 void *priv_data)
40 struct link_struct *ls = (struct link_struct *) priv_data;
bb_inode.c 48 void *priv_data);
52 void *priv_data);
159 void *priv_data)
162 priv_data;
216 void *priv_data)
219 priv_data;
expanddir.c 36 void *priv_data)
38 struct expand_dir_struct *es = (struct expand_dir_struct *) priv_data;
brel.h 32 void *priv_data; member in struct:ext2_block_relocation_table
tst_fs_struct.c 69 check_field(priv_data);
bmove.c 42 int ref_offset, void *priv_data)
49 pb = (struct process_block_struct *) priv_data;
  /external/adhd/cras/src/common/
cras_audio_codec.h 16 * priv_data - Private data for specific use.
25 void *priv_data; member in struct:cras_audio_codec
cras_sbc_codec.c 28 struct cras_sbc_data *data = (struct cras_sbc_data *)codec->priv_data;
57 struct cras_sbc_data *data = (struct cras_sbc_data *)codec->priv_data;
86 struct cras_sbc_data *data = (struct cras_sbc_data *)codec->priv_data;
92 struct cras_sbc_data *data = (struct cras_sbc_data *)codec->priv_data;
106 codec->priv_data = (struct cras_sbc_data *)calloc(1,
108 if (!codec->priv_data)
111 data = (struct cras_sbc_data *)codec->priv_data;
134 sbc_finish(&((struct cras_sbc_data *)codec->priv_data)->sbc);
135 free(codec->priv_data);
  /external/e2fsprogs/contrib/android/
basefs_allocator.c 60 fs->priv_data = allocator;
76 struct base_fs_allocator *allocator = fs->priv_data;
101 struct base_fs_allocator *allocator = fs->priv_data;
109 fs->priv_data = NULL;
120 struct base_fs_allocator *allocator = fs->priv_data;
138 struct base_fs_allocator *allocator = fs->priv_data;
fsmap.c 62 char *buf EXT2FS_ATTR((unused)), void *priv_data)
68 struct walk_ext_priv_data *pdata = priv_data;
  /external/e2fsprogs/e2fsck/
emptydir.c 121 blk64_t ref_block, int ref_offset, void *priv_data)
123 empty_dir_info edi = (empty_dir_info) priv_data;
151 void *priv_data)
155 empty_dir_info edi = (empty_dir_info) priv_data;
badblocks.c 18 void *priv_data);
123 void *priv_data EXT2FS_ATTR((unused)))
ehandler.c 36 ctx = (e2fsck_t) fs->priv_data;
88 ctx = (e2fsck_t) fs->priv_data;
  /system/update_engine/payload_generator/
ext2_filesystem.cc 99 void *priv_data) {
101 static_cast<UpdateFileAndAppendState*>(priv_data);
252 UpdateFileAndAppendState priv_data;
253 priv_data.inodes = &inodes;
254 priv_data.used_inodes = &used_inodes;
255 priv_data.files = files;
256 priv_data.filsys = filsys_;
278 UpdateFileAndAppend, &priv_data);
  /external/mesa3d/src/egl/main/
eglconfig.c 681 void *priv_data)
693 while (i < count && compare(configs[i], configs[pivot], priv_data) < 0)
695 while (compare(configs[j], configs[pivot], priv_data) > 0)
710 _eglSortConfigs(configs, j, compare, priv_data);
711 _eglSortConfigs(configs + i, count - i, compare, priv_data);
725 void *priv_data)
735 (_EGLArrayForEach) match, priv_data);
747 (_EGLArrayForEach) match, priv_data); local
752 compare, priv_data);
767 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data)
    [all...]

Completed in 259 milliseconds

1 2 3