OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugfs
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/external/e2fsprogs/debian/
ss-dev.examples
0
debugfs
/debug_cmds.ct
/external/e2fsprogs/tests/d_loaddump/
name
0
debugfs
load/dump test
expect
0
debugfs
load/dump test
4
debugfs
-R ''write test.data test_data'' -w ./test.img
15
debugfs
-R ''dump test_data test.verify'' ./test.img
script
8
echo "
debugfs
load/dump test" > $OUT
21
echo "
debugfs
-R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new
22
$
DEBUGFS
-R "write $TEST_DATA test_data" -w $TMPFILE >> $OUT.new 2>&1
33
echo "
debugfs
-R ''dump test_data $VERIFY_DATA'' $TMPFILE" > $OUT.new
34
$
DEBUGFS
-R "dump test_data $VERIFY_DATA" $TMPFILE >> $OUT.new 2>&1
/external/e2fsprogs/tests/f_dup_resize/
script
8
$
DEBUGFS
-w $TMPFILE << EOF > /dev/null 2>&1
11
write $TEST_DATA
debugfs
13
set_inode_field
debugfs
mtime 200504110000
/external/e2fsprogs/tests/f_imagic_fs/
script
2
PREP_CMD='$
DEBUGFS
-w -R "feature imagic_inodes" $TMPFILE > /dev/null 2>&1'
/external/e2fsprogs/tests/
test_config
12
DEBUGFS
="$USE_VALGRIND ../
debugfs
/
debugfs
"
13
TEST_BITS="../
debugfs
/
debugfs
"
run_mke2fs
12
PREP_CMD='$MKE2FS -F -o Linux $MKE2FS_OPTS $TMPFILE $FS_SIZE 2>&1 | sed -e 1d | tr -d \\015 > $OUT1 ; $
DEBUGFS
-R features $TMPFILE 2>&1 | sed -e 1d | tr -d \\015 >> $OUT1 ; echo " " >> $OUT1'
/external/e2fsprogs/install-utils/
compile_manpages
3
MAN8="
debugfs
badblocks e2fsck mke2fs dumpe2fs mklost+found \
remove_preformat_manpages
6
MAN8="
debugfs
.8 badblocks.8 e2fsck.8 mke2fs.8 dumpe2fs.8 mklost+found.8 \
/external/e2fsprogs/debugfs/
Makefile.in
9
my_dir =
debugfs
14
PROGS=
debugfs
15
MANPAGES=
debugfs
.8
19
DEBUG_OBJS= debug_cmds.o
debugfs
.o util.o ncheck.o icheck.o ls.o \
22
SRCS= debug_cmds.c $(srcdir)/
debugfs
.c $(srcdir)/util.c $(srcdir)/ls.c \
38
debugfs
: $(DEBUG_OBJS) $(DEPLIBS)
40
$(Q) $(CC) $(ALL_LDFLAGS) -o
debugfs
$(DEBUG_OBJS) $(LIBS)
46
debugfs
.8: $(DEP_SUBSTITUTE) $(srcdir)/
debugfs
.8.in
48
$(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/
debugfs
.8.in debugfs.
[
all
...]
debugfs.8.in
5
.TH
DEBUGFS
8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
7
debugfs
\- ext2/ext3/ext4 file system debugger
9
.B
debugfs
38
.B
debugfs
65
.B
debugfs
69
.B
debugfs
77
.B
debugfs
103
.B
debugfs
107
.B
debugfs
112
.B
debugfs
[
all
...]
/external/linux-tools-perf/util/
debugfs.c
2
#include "
debugfs
.h"
22
/* construct a full path to a
debugfs
element */
42
/* find the path to the mounted
debugfs
*/
71
if (strcmp(type, "
debugfs
") == 0)
76
if (strcmp(type, "
debugfs
") != 0)
84
/* verify that a mountpoint is actually a
debugfs
instance */
86
int debugfs_valid_mountpoint(const char *
debugfs
)
92
if (statfs(
debugfs
, &st_fs) < 0)
113
/* mount the
debugfs
somewhere if it's not mounted */
134
if (mount(NULL, mountpoint, "
debugfs
", 0, NULL) < 0
[
all
...]
debugfs.h
16
extern int debugfs_valid_mountpoint(const char *
debugfs
);
parse-events.h
45
extern int valid_debugfs_mount(const char *
debugfs
);
trace-event-info.c
53
#include "
debugfs
.h"
122
die("Your kernel not support
debugfs
filesystem");
128
* Finds the path to the
debugfs
/tracing
135
const char *
debugfs
;
local
140
debugfs
= find_debugfs();
142
tracing = malloc_or_die(strlen(
debugfs
) + 9);
144
sprintf(tracing, "%s/tracing",
debugfs
);
270
/* unfortunately, you can not stat
debugfs
files for size */
353
/* unfortunately, you can not stat
debugfs
files for size */
/external/e2fsprogs/tests/r_inline_xattr/
expect
2
debugfs
-R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
12
debugfs
-R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
script
13
echo "
debugfs
-R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
14
$
DEBUGFS
-R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
26
echo "
debugfs
-R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
27
$
DEBUGFS
-R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
/external/sepolicy/
genfs_contexts
13
genfscon
debugfs
/ u:object_r:
debugfs
:s0
/external/e2fsprogs/tests/f_dup_de/
script
3
$
DEBUGFS
-w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1
/external/e2fsprogs/tests/f_uninit_last_uninit/
script
5
$
DEBUGFS
-w $TMPFILE << EOF > /dev/null 2>&1
/external/e2fsprogs/util/
subset.exclude
17
debugfs
/external/e2fsprogs/tests/r_move_itable/
script
30
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&1
31
$
DEBUGFS
-R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
32
$
DEBUGFS
-R "set_super_value mkfs_time 0" -w $TMPFILE >/dev/null 2>&1
49
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&1
50
$
DEBUGFS
-R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
51
$
DEBUGFS
-R "set_super_value mkfs_time 0" -w $TMPFILE >/dev/null 2>&1
68
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&1
69
$
DEBUGFS
-R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
70
$
DEBUGFS
-R "set_super_value mkfs_time 0" -w $TMPFILE >/dev/null 2>&1
87
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&
[
all
...]
/external/e2fsprogs/tests/r_resize_inode/
script
30
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&1
31
$
DEBUGFS
-R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
32
$
DEBUGFS
-R "set_super_value mkfs_time 0" -w $TMPFILE >/dev/null 2>&1
56
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&1
57
$
DEBUGFS
-R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
58
$
DEBUGFS
-R "set_super_value mkfs_time 0" -w $TMPFILE >/dev/null 2>&1
75
$
DEBUGFS
-R "set_super_value lastcheck 0" -w $TMPFILE >/dev/null 2>&1
76
$
DEBUGFS
-R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
77
$
DEBUGFS
-R "set_super_value mkfs_time 0" -w $TMPFILE >/dev/null 2>&1
/external/e2fsprogs/tests/f_resize_inode/
script
29
echo "
debugfs
-R ''set_inode_field <7> block[2] 42'' -w $TMPFILE" > $OUT.new
30
$
DEBUGFS
-R "set_inode_field <7> block[2] 42" -w $TMPFILE >> $OUT.new 2>&1
50
echo "
debugfs
-R ''clri <7>'' -w $TMPFILE" > $OUT.new
51
$
DEBUGFS
-R "clri <7>" -w $TMPFILE >> $OUT.new 2>&1
71
echo "
debugfs
-R ''set_inode_field <7> bmap[524] 57'' -w $TMPFILE" > $OUT.new
72
$
DEBUGFS
-R "set_inode_field <7> bmap[524] 57" -w $TMPFILE >> $OUT.new 2>&1
92
echo "
debugfs
-R ''set_super_value reserved_gdt_blocks 15679'' -w $TMPFILE" > $OUT.new
93
$
DEBUGFS
-R "set_super_value reserved_gdt_blocks 15679" -w $TMPFILE >> $OUT.new 2>&1
107
echo "
debugfs
-R ''set_super_value reserved_gdt_blocks 32'' -w $TMPFILE" > $OUT.new
108
$
DEBUGFS
-R "set_super_value reserved_gdt_blocks 32" -w $TMPFILE >> $OUT.new 2>&
[
all
...]
Completed in 125 milliseconds
1
2
3
4
5