Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dioctl.c247 #define FSTRIM_BUFSIZ 4096 macro
315 buf = ntfs_malloc(FSTRIM_BUFSIZ); in fstrim()
319 start_buf += FSTRIM_BUFSIZ * 8) { in fstrim()
327 end_buf = start_buf + FSTRIM_BUFSIZ*8; in fstrim()