OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f2fs
(Results
1 - 16
of
16
) sorted by null
/external/f2fs-tools/man/
Makefile.am
3
dist_man_MANS = mkfs.
f2fs
.8
/external/f2fs-tools/scripts/
tracepoint.sh
18
echo $G > $TRACE/events/
f2fs
/f2fs_get_victim/enable
22
echo $A > $TRACE/events/
f2fs
/f2fs_reserve_new_block/enable
26
echo $T > $TRACE/events/
f2fs
/f2fs_truncate/enable
27
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_inode_blocks_enter/enable
28
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_inode_blocks_exit/enable
29
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_blocks_enter/enable
30
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_blocks_exit/enable
31
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_nodes_enter/enable
32
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_nodes_exit/enable
33
echo $T > $TRACE/events/
f2fs
/f2fs_truncate_data_blocks_range/enabl
[
all
...]
spo_test.sh
3
MNT=/mnt/
f2fs
25
insmod $F2FS_DIR/src/fs/
f2fs
/
f2fs
.ko || exit
27
echo Start checking
F2FS
without fsync
29
fsck.
f2fs
$DEV -d 0 || exit
30
mount -t
f2fs
-o disable_roll_forward $DEV $MNT || exit
34
echo Start checking
F2FS
with fsync
36
fsck.
f2fs
$DEV -d 0 || exit
37
mount -t
f2fs
$DEV $MNT || exit
41
fsck.
f2fs
$DEV -d 0 || exi
[
all
...]
/external/f2fs-tools/fsck/
Makefile.am
5
sbin_PROGRAMS = fsck.
f2fs
10
ln -sf fsck.
f2fs
$(DESTDIR)/$(sbindir)/dump.
f2fs
/external/f2fs-tools/tools/
Makefile.am
5
sbin_PROGRAMS = f2fstat fibmap.
f2fs
parse.
f2fs
/system/extras/f2fs_utils/
Android.mk
13
LOCAL_C_INCLUDES := external/
f2fs
-tools/include external/
f2fs
-tools/mkfs
19
LOCAL_C_INCLUDES := external/
f2fs
-tools/include external/
f2fs
-tools/mkfs
31
LOCAL_C_INCLUDES := external/
f2fs
-tools/include external/
f2fs
-tools/mkfs
43
# and do not use code in external/
f2fs
-tools.
54
LOCAL_C_INCLUDES := external/
f2fs
-tools/include external/
f2fs
-tools/mkfs
61
LOCAL_C_INCLUDES := external/
f2fs
-tools/include external/f2fs-tools/mkf
[
all
...]
/external/f2fs-tools/mkfs/
Makefile.am
5
sbin_PROGRAMS = mkfs.
f2fs
/system/vold/fs/
F2fs.h
26
namespace
f2fs
{
namespace in namespace:android::vold
34
} // namespace
f2fs
F2fs.cpp
17
#include "
F2fs
.h"
32
namespace
f2fs
{
namespace in namespace:android::vold
35
static const char* kFsckPath = "/system/bin/fsck.
f2fs
";
40
&& IsFilesystemSupported("
f2fs
");
49
//
f2fs
devices are currently always trusted
58
int res = mount(c_source, c_target, "
f2fs
", flags, NULL);
62
res = mount(c_source, c_target, "
f2fs
", flags | MS_RDONLY, NULL);
80
} // namespace
f2fs
/external/f2fs-tools/
Android.mk
3
#
f2fs
-tools depends on Linux kernel headers being in the system include path.
62
LOCAL_MODULE := mkfs.
f2fs
64
# mkfs.
f2fs
is used in recovery: must be static.
96
LOCAL_MODULE := fsck.
f2fs
114
LOCAL_MODULE := fsck.
f2fs
/system/vold/
PrivateVolume.cpp
18
#include "fs/
F2fs
.h"
121
} else if (mFsType == "
f2fs
") {
122
int res =
f2fs
::Check(mDmDevPath);
130
if (
f2fs
::Mount(mDmDevPath, mPath)) {
180
if ((major(mRawDevice) == kMajorBlockMmc) &&
f2fs
::IsSupported()) {
181
resolvedFsType = "
f2fs
";
194
} else if (resolvedFsType == "
f2fs
") {
195
if (
f2fs
::Format(mDmDevPath)) {
/build/target/product/
core_minimal.mk
110
# Adoptable external storage supports both ext4 and
f2fs
114
fsck.
f2fs
\
/bootable/recovery/
Android.mk
51
LOCAL_REQUIRED_MODULES := mkfs.
f2fs
/system/core/fastboot/
Android.mk
77
# and do not use code in external/
f2fs
-tools.
/device/htc/flounder/
device.mk
33
BOARD_USERDATAIMAGE_FILE_SYSTEM_TYPE :=
f2fs
36
# TODO: make non-linux builds happy with external/
f2fs
-tool; system/extras/f2fs_utils
203
fsck.
f2fs
mkfs.
f2fs
/system/sepolicy/
file_contexts
151
/system/bin/fsck\.
f2fs
-- u:object_r:fsck_exec:s0
Completed in 196 milliseconds