Searched refs:EXT4_IOC_MOVE_EXT (Results 1 – 6 of 6) sorted by relevance
/external/fio/engines/ |
D | e4defrag.c | 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); in fio_e4defrag_queue()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 46 #ifndef EXT4_IOC_MOVE_EXT 47 #define EXT4_IOC_MOVE_EXT _IOWR('f', 15, struct move_extent) macro 1390 ioctl(fd, EXT4_IOC_MOVE_EXT, &move_data); in call_defrag()
|
/external/fio/ |
D | configure | 799 return ioctl(0, EXT4_IOC_MOVE_EXT, &me);
|
D | HOWTO | 737 e4defrag IO engine that does regular EXT4_IOC_MOVE_EXT
|
/external/e2fsprogs/debian/ |
D | changelog | 546 * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1129 Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
|