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

  /system/vold/
fstrim.c 100 SLOGE("Cannot open %s for FITRIM\n", fstab->recs[i].mount_point);
107 SLOGI("Invoking %s ioctl on %s", deep_trim ? "FIDTRIM" : "FITRIM", fstab->recs[i].mount_point);
109 ret = ioctl(fd, deep_trim ? FIDTRIM : FITRIM, &range);
111 SLOGE("%s ioctl failed on %s (error %d/%s)", deep_trim ? "FIDTRIM" : "FITRIM", fstab->recs[i].mount_point, errno, strerror(errno));
  /bionic/libc/kernel/uapi/linux/
fs.h 139 #define FITRIM _IOWR('X', 121, struct fstrim_range)
  /development/ndk/platforms/android-L/include/linux/
fs.h 139 #define FITRIM _IOWR('X', 121, struct fstrim_range)
  /external/kernel-headers/original/uapi/linux/
fs.h 155 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
fs.h 139 #define FITRIM _IOWR('X', 121, struct fstrim_range)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
fs.h 139 #define FITRIM _IOWR('X', 121, struct fstrim_range)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
fs.h 139 #define FITRIM _IOWR('X', 121, struct fstrim_range)

Completed in 237 milliseconds