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

  /external/fio/engines/
e4defrag.c 4 * IO engine that does regular EXT4_IOC_MOVE_EXT ioctls to simulate
21 #ifndef EXT4_IOC_MOVE_EXT
22 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent)
165 ret = ioctl(f->fd, EXT4_IOC_MOVE_EXT, &me);
  /external/e2fsprogs/misc/
e4defrag.c 46 #ifndef EXT4_IOC_MOVE_EXT
47 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent)
    [all...]
  /system/extras/ext4_utils/
ext4.h 219 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent)
  /external/fio/
configure 799 return ioctl(0, EXT4_IOC_MOVE_EXT, &me);
    [all...]

Completed in 64 milliseconds