HomeSort by relevance Sort by last modified time
    Searched defs:new_bmap (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
bmap64.h 69 errcode_t (*new_bmap)(ext2_filsys fs, ext2fs_generic_bitmap bmap); member in struct:ext2_bitmap_ops
gen_bitmap64.c 165 retval = bitmap->bitmap_ops->new_bmap(fs, bitmap);
277 ext2fs_generic_bitmap new_bmap; local
291 &new_bmap);
300 if (gettimeofday(&new_bmap->stats.created,
303 ext2fs_free_mem(&new_bmap);
306 new_bmap->stats.type = src->stats.type;
310 new_bmap->magic = src->magic;
311 new_bmap->fs = src->fs;
312 new_bmap->start = src->start;
313 new_bmap->end = src->end
    [all...]

Completed in 38 milliseconds