Home
last modified time | relevance | path

Searched refs:FS_IOC_GETFSMAP (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/misc/
Dfsmap.h24 #ifndef FS_IOC_GETFSMAP
86 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head) macro
De2freefrag.c211 ret = ioctl(fd, FS_IOC_GETFSMAP, fsmap); in scan_online()