OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fstrim
(Results
1 - 2
of
2
) sorted by null
/external/strace/
fs_x_ioctl.c
41
struct fstrim_range
fstrim
;
local
44
if (!umove_or_printaddr(tcp, arg, &
fstrim
))
48
(uint64_t)
fstrim
.start,
49
(uint64_t)
fstrim
.len,
50
(uint64_t)
fstrim
.minlen);
/external/e2fsprogs/scrub/
e2scrub.in
27
fstrim
=0
39
echo "-t: Run
fstrim
if successful."
72
"t")
fstrim
=1;;
225
if [ "${
fstrim
}" -eq 1 ] && [ -d "${mnt}" ] && type
fstrim
> /dev/null 2>&1; then
227
fstrim
-v "${mnt}"
Completed in 2256 milliseconds