Searched refs:fs_alloc_extent (Results 1 – 3 of 3) sorted by relevance
/system/extras/fatblock/ |
D | fs.h | 44 int fs_alloc_extent(struct fs *fs, struct extent *extent,
|
D | import.c | 131 ret = fs_alloc_extent(fs, &f->extent, in import_file() 295 ret = fs_alloc_extent(fs, &d->extent, d->size, EXTENT_TYPE_DIR, &out->first_cluster); in import_dir()
|
D | fs.c | 109 int fs_alloc_extent(struct fs *fs, struct extent *extent, in fs_alloc_extent() function
|