HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_fstat (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
getsize.c 244 if (ext2fs_fstat(fd, &st) == 0)
unix_io.c 476 int ext2fs_fstat(int fd, ext2fs_struct_stat *buf) function
540 if (ext2fs_fstat(data->dev, &st) == 0) {
603 (ext2fs_fstat(data->dev, &st) == 0) &&
undo_io.c 558 retval = ext2fs_fstat(undo_fd, &statbuf);
ext2fs.h     [all...]
  /external/e2fsprogs/lib/support/
plausible.c 199 if (ext2fs_fstat(fd, &s) < 0) {
  /external/e2fsprogs/resize/
main.c 370 ret = ext2fs_fstat(fd, &st_buf);

Completed in 68 milliseconds