Home
last modified time | relevance | path

Searched refs:fs_alloc_extent (Results 1 – 3 of 3) sorted by relevance

/system/extras/fatblock/
Dfs.h44 int fs_alloc_extent(struct fs *fs, struct extent *extent,
Dimport.c131 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()
Dfs.c109 int fs_alloc_extent(struct fs *fs, struct extent *extent, in fs_alloc_extent() function