OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FITRIM
(Results
1 - 3
of
3
) sorted by null
/system/vold/
fstrim.c
94
SLOGE("Cannot open %s for
FITRIM
\n", fstab->recs[i].mount_point);
101
SLOGI("Invoking
FITRIM
ioctl on %s", fstab->recs[i].mount_point);
102
if (ioctl(fd,
FITRIM
, &range)) {
103
SLOGE("
FITRIM
ioctl failed on %s", fstab->recs[i].mount_point);
/bionic/libc/kernel/common/linux/
fs.h
231
#define
FITRIM
_IOWR('X', 121, struct fstrim_range)
/external/kernel-headers/original/linux/
fs.h
333
#define
FITRIM
_IOWR('X', 121, struct fstrim_range) /* Trim */
[
all
...]
Completed in 63 milliseconds