Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfs.h46 struct fstrim_range { struct
137 #define FITRIM _IOWR('X', 121, struct fstrim_range)
/aosp12/system/vold/
H A DIdleMaint.cpp182 struct fstrim_range range; in Trim()
H A DCheckpoint.cpp378 struct fstrim_range range = {}; in cp_prepareCheckpoint()