Searched refs:EXT4_IOC_MOVE_EXT (Results 1 - 4 of 4) sorted by relevance

/external/fio/engines/
H A De4defrag.c4 * 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) macro
165 ret = ioctl(f->fd, EXT4_IOC_MOVE_EXT, &me);
/external/e2fsprogs/misc/
H A De4defrag.c46 #ifndef EXT4_IOC_MOVE_EXT
47 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent) macro
1388 /* EXT4_IOC_MOVE_EXT */
1390 ioctl(fd, EXT4_IOC_MOVE_EXT, &move_data);
1414 "EXT4_IOC_MOVE_EXT ioctl");
/external/fio/
H A Dconfigure771 return ioctl(0, EXT4_IOC_MOVE_EXT, &me);
/external/qemu/distrib/ext4_utils/src/
H A Dext4.h219 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent) macro

Completed in 168 milliseconds