Home | History | Annotate | Download | only in ext4

Lines Matching refs:CACHE

32     CACHE="/dev/block/platform/omap/omap_hsmmc.0/by-name/cache"
38 CACHE="/dev/block/platform/sdhci-tegra.3/by-name/cache"
53 CACHE="/dev/block/platform/s3c-sdhci.0/by-name/userdata"
59 CACHE="/dev/block/platform/sdhci-tegra.3/by-name/CAC"
65 CACHE="/dev/block/platform/dw_mmc.0/by-name/cache"
71 CACHE="dev/block/platform/msm_sdcc.1/by-name/cache"
103 adb shell umount /cache >/dev/null 2>&1
110 # and also setup CACHE to point to a file on /data/local/tmp,
114 CACHE=/data/local/tmp/testfile
116 adb shell dd if=/dev/zero of=$CACHE bs=1048576 count=512
158 adb shell /dev/$PERF -w -o -s 20000 -f /dev/full_stats 400 "$CACHE"
194 adb shell /dev/$PERF -w -o -s 20000 -f /dev/fstrimmed_stats 400 "$CACHE"
214 adb shell dd if="$CACHE" of=/dev/null bs=1048576 count=200
224 adb shell dd if=/dev/zero conv=notrunc of="$CACHE" bs=1048576 count=200
231 # (and with a read-ahead of 128K), we quickly fill the buffer cache with 100
236 # have and it should keep the cache from being poluted with entries from
265 adb shell "$PERF_LOC"/"$PERF" -w 100 "$CACHE"
272 adb shell "$PERF_LOC"/"$PERF" -w -o 100 "$CACHE"
279 # Make a new empty /cache filesystem
280 adb shell make_ext4fs -w "$CACHE"
282 adb shell rm -f "$CACHE" "$PERF_LOC"/"$PERF"