Searched refs:ext2fs_find_block_device (Results 1 – 6 of 6) sorted by relevance
127 char *ext2fs_find_block_device(dev_t device) in ext2fs_find_block_device() function204 devname = ext2fs_find_block_device(device); in main()
1306 extern char *ext2fs_find_block_device(dev_t device);
235 ext2fs_find_block_device@Base 1.37
790 * Avoid an infinite loop in ext2fs_find_block_device() if there are
259 ext2fs_find_block_device(fs->super->s_journal_dev); in remove_journal_device()
2013 Avoid an infinite loop in ext2fs_find_block_device() if there are6895 device (using the new ext2fs_find_block_device library function).6959 Added a new function to libext2, ext2fs_find_block_device(), which