Home
last modified time | relevance | path

Searched refs:ext2fs_find_block_device (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfinddev.c131 char *ext2fs_find_block_device(dev_t device) in ext2fs_find_block_device() function
208 devname = ext2fs_find_block_device(device); in main()
Dext2fs.h1335 extern char *ext2fs_find_block_device(dev_t device);
/external/e2fsprogs/doc/RelNotes/
Dv1.20.txt76 device (using the new ext2fs_find_block_device library function).
140 Added a new function to libext2, ext2fs_find_block_device(), which
Dv1.42.txt1596 Avoid an infinite loop in ext2fs_find_block_device() if there are
/external/e2fsprogs/debian/
Dlibext2fs2.symbols240 ext2fs_find_block_device@Base 1.37
Dchangelog1161 * Avoid an infinite loop in ext2fs_find_block_device() if there are
/external/e2fsprogs/misc/
Dtune2fs.c264 ext2fs_find_block_device(fs->super->s_journal_dev); in remove_journal_device()