Searched refs:ext2fs_fstat (Results 1 – 8 of 8) sorted by relevance
/third_party/e2fsprogs/lib/support/ |
D | plausible.c | 211 if (ext2fs_fstat(fd, &s) < 0) { in check_plausibility()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 255 if (ext2fs_fstat(fd, &st) == 0) in ext2fs_get_device_size2()
|
D | unix_io.c | 660 int ext2fs_fstat(int fd, ext2fs_struct_stat *buf) in ext2fs_fstat() function 736 if (ext2fs_fstat(data->dev, &st) == 0) { in unix_open_channel() 807 (ext2fs_fstat(data->dev, &st) == 0) && in unix_open_channel()
|
D | windows_io.c | 514 if (ext2fs_fstat(data->dev, &st) == 0) { in windows_open_channel() 1009 int ext2fs_fstat(int fd, ext2fs_struct_stat *buf) in ext2fs_fstat() function
|
D | undo_io.c | 558 retval = ext2fs_fstat(undo_fd, &statbuf); in try_reopen_undo_file()
|
D | ext2fs.h | 1799 extern int ext2fs_fstat(int fd, ext2fs_struct_stat *buf);
|
/third_party/e2fsprogs/resize/ |
D | main.c | 373 ret = ext2fs_fstat(fd, &st_buf); in main()
|
/third_party/e2fsprogs/debian/ |
D | libext2fs2.symbols | 291 ext2fs_fstat@Base 1.42
|