Searched refs:ext2fs_find_block_device (Results 1 – 7 of 7) sorted by relevance
131 char *ext2fs_find_block_device(dev_t device) in ext2fs_find_block_device() function208 devname = ext2fs_find_block_device(device); in main()
1335 extern char *ext2fs_find_block_device(dev_t device);
76 device (using the new ext2fs_find_block_device library function).140 Added a new function to libext2, ext2fs_find_block_device(), which
1596 Avoid an infinite loop in ext2fs_find_block_device() if there are
240 ext2fs_find_block_device@Base 1.37
1161 * Avoid an infinite loop in ext2fs_find_block_device() if there are
264 ext2fs_find_block_device(fs->super->s_journal_dev); in remove_journal_device()