Searched refs:ext2fs_get_device_sectsize (Results 1 – 6 of 6) sorted by relevance
40 retval = ext2fs_get_device_sectsize(argv[1], &lsectsize); in main()
52 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) in ext2fs_get_device_sectsize() function
1429 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize);
99 Added the ext2fs_get_device_sectsize() function the the ext2fs library, which
285 ext2fs_get_device_sectsize@Base 1.37
2062 retval = ext2fs_get_device_sectsize(device_name, &lsector_size); in PRS()