Searched defs:FS_IOC_FIEMAP (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/libinstaller/
H A Dlinuxioctl.h48 #ifndef FS_IOC_FIEMAP
49 # define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) macro
/external/e2fsprogs/lib/ext2fs/
H A Dfiemap.h2 * FS_IOC_FIEMAP ioctl infrastructure.
37 #if defined(__linux__) && !defined(FS_IOC_FIEMAP)
38 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) macro
/external/kernel-headers/original/uapi/linux/
H A Dfs.h247 #define FS_IOC_FIEMAP _IOWR('f', 11, struct fiemap) macro

Completed in 135 milliseconds