Home
last modified time | relevance | path

Searched refs:ext2fs_get_device_phys_sectsize (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtst_getsectsize.c46 retval = ext2fs_get_device_phys_sectsize(argv[1], &psectsize); in main()
Dgetsectsize.c111 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize) in ext2fs_get_device_phys_sectsize() function
Dext2fs.h1430 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize);
/external/e2fsprogs/debian/
Dlibext2fs2.symbols284 ext2fs_get_device_phys_sectsize@Base 1.41.12
/external/e2fsprogs/misc/
Dmke2fs.c2068 retval = ext2fs_get_device_phys_sectsize(device_name, &psector_size); in PRS()