Home
last modified time | relevance | path

Searched refs:ext2fs_allocate_tables (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtst_iscan.c93 retval = ext2fs_allocate_tables(test_fs); in setup()
Dalloc_tables.c257 errcode_t ext2fs_allocate_tables(ext2_filsys fs) in ext2fs_allocate_tables() function
Dicount.c810 retval = ext2fs_allocate_tables(test_fs); in setup()
Dinline_data.c801 retval = ext2fs_allocate_tables(fs); in main()
Dext2fs.h768 extern errcode_t ext2fs_allocate_tables(ext2_filsys fs);
/external/e2fsprogs/doc/RelNotes/
Dv1.11.txt50 factoring out code form ext2fs_allocate_tables().
Dv1.07.txt89 Added new function (ext2fs_allocate_tables) which allocates the
/external/e2fsprogs/debian/
Dlibext2fs2.symbols68 ext2fs_allocate_tables@Base 1.37
/external/e2fsprogs/doc/
Dlibext2fs.texinfo248 @code{ext2fs_allocate_tables} do much of the initial work for setting up
251 calls @code{ext2fs_allocate_tables} to allocate space for the inode
349 @deftypefun errcode_t ext2fs_allocate_tables (ext2_filsys @var{fs})
/external/e2fsprogs/misc/
Dmke2fs.c3124 retval = ext2fs_allocate_tables(fs); in main()