Home
last modified time | relevance | path

Searched refs:debugfs (Results 1 – 25 of 49) sorted by relevance

12

/external/e2fsprogs/debugfs/
DMakefile.in9 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 \
27 SRCS= debug_cmds.c $(srcdir)/debugfs.c $(srcdir)/util.c $(srcdir)/ls.c \
51 debugfs: $(DEBUG_OBJS) $(DEPLIBS)
53 $(Q) $(CC) $(ALL_LDFLAGS) -o debugfs $(DEBUG_OBJS) $(LIBS)
55 debugfs.static: $(DEBUG_OBJS) $(STATIC_DEPLIBS)
57 $(Q) $(CC) $(LDFLAGS_STATIC) -o debugfs.static $(DEBUG_OBJS) \
76 ro_debugfs.o: debugfs.c
[all …]
Dro_debug_cmds.ct2 # Restricted set of debugfs commands
9 request do_show_debugfs_params, "Show debugfs parameters",
/external/e2fsprogs/tests/
Dtest_config14 DEBUGFS="$USE_VALGRIND ../debugfs/debugfs"
15 DEBUGFS_EXE="../debugfs/debugfs"
16 TEST_BITS="../debugfs/debugfs"
/external/e2fsprogs/tests/scripts/
Dmkdup10 DEBUGFS=./debugfs/debugfs
20 BLKS=$(./debugfs/debugfs -R "blocks a" $IMG)
30 BLKS=$(./debugfs/debugfs -R "blocks b" $IMG)
/external/e2fsprogs/tests/d_special_files/
Dexpect1 debugfs create special files
4 debugfs -R ''stat foo'' -w test.img
16 debugfs -R ''stat foo2'' -w test.img
31 debugfs -R ''block_dump 28'' -w test.img
41 debugfs -R ''stat pipe'' -w test.img
54 debugfs -R ''stat sda'' -w test.img
66 debugfs -R ''stat null'' -w test.img
Dscript10 echo "debugfs create special files" > $OUT
32 echo "debugfs -R ''stat foo'' -w test.img" > $OUT.new
38 echo "debugfs -R ''stat foo2'' -w test.img" > $OUT.new
44 echo "debugfs -R ''block_dump 28'' -w test.img" > $OUT.new
50 echo "debugfs -R ''stat pipe'' -w test.img" > $OUT.new
56 echo "debugfs -R ''stat sda'' -w test.img" > $OUT.new
62 echo "debugfs -R ''stat null'' -w test.img" > $OUT.new
Dname1 create special files in debugfs
/external/e2fsprogs/tests/d_loaddump/
Dexpect1 debugfs load/dump test
4 debugfs -R ''write d_loaddump.tmp test_data'' -w test.img
15 debugfs -R ''dump test_data d_loaddump.ver.tmp'' test.img
Dscript10 echo "debugfs load/dump test" > $OUT
23 echo "debugfs -R ''write $TEST_DATA test_data'' -w test.img" > $OUT.new
35 echo "debugfs -R ''dump test_data $VERIFY_DATA'' test.img" > $OUT.new
Dname1 debugfs load/dump test
/external/e2fsprogs/tests/f_mmp/
Dscript25 awk "/debugfs -w $TMPFILE/ { print \$1 }")
29 # this will cause debugfs to create the $test_name.mark file once it has
37 echo "wait until debugfs has started ..." >> $test_name.log
42 echo "kill debugfs abruptly (simulates e2fsck failure) ..." >> $test_name.log
/external/linux-tools-perf/src/tools/perf/util/
Dutil.c291 const char *debugfs; in find_tracing_dir() local
296 debugfs = find_debugfs(); in find_tracing_dir()
297 if (!debugfs) in find_tracing_dir()
300 tracing = malloc(strlen(debugfs) + 9); in find_tracing_dir()
304 sprintf(tracing, "%s/tracing", debugfs); in find_tracing_dir()
/external/e2fsprogs/tests/f_dup_resize/
Dscript13 write $TEST_DATA debugfs
15 set_inode_field debugfs mtime 200504110000
/external/e2fsprogs/tests/f_resize_inode/
Dscript30 echo "debugfs -R ''set_inode_field <7> block[2] 42'' -w test.img" > $OUT.new
51 echo "debugfs -R ''clri <7>'' -w test.img" > $OUT.new
72 echo "debugfs -R ''set_inode_field <7> bmap[524] 57'' -w test.img" > $OUT.new
93 echo "debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w test.img" > $OUT.new
108 echo "debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w test.img" > $OUT.new
Dexpect30 debugfs -R ''set_inode_field <7> block[2] 42'' -w test.img
58 debugfs -R ''clri <7>'' -w test.img
86 debugfs -R ''set_inode_field <7> bmap[524] 57'' -w test.img
114 debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w test.img
129 debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w test.img
/external/linux-tools-perf/src/tools/lib/lk/
Ddebugfs.c64 int debugfs_valid_mountpoint(const char *debugfs) in debugfs_valid_mountpoint() argument
68 if (statfs(debugfs, &st_fs) < 0) in debugfs_valid_mountpoint()
DMakefile10 LIB_H += debugfs.h
12 LIB_OBJS += $(OUTPUT)debugfs.o
Ddebugfs.h24 int debugfs_valid_mountpoint(const char *debugfs);
/external/e2fsprogs/tests/r_inline_xattr/
Dexpect2 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 = ''
Dscript13 echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
26 echo "debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
/external/e2fsprogs/
DTODO47 Add chmod command to debugfs.
59 First, let me thank you for writing debugfs. Recently, my Linux box
62 restore essentially the entire thing with debugfs and a bit of C code and Perl.
63 Actually, I could have done the entire thing with debugfs and Perl, but I
68 reported as 0, hence debugfs won't dump the contents of the directory to a
71 directories by using debugfs to get the relevant block numbers, then
74 If debugfs had a feature where it ignored the size of a directory reported by
78 Again, thanks for writing debugfs (and all the other Linux stuff you've written!).
203 1) Make debugfs's "ncheck <inode>" command list all of the pathnames
/external/e2fsprogs/lib/ext2fs/
DMakefile.in299 debug_cmds.c debug_cmds.h: $(top_srcdir)/debugfs/debug_cmds.ct
301 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/debug_cmds.ct
303 extent_cmds.c extent_cmds.h: $(top_srcdir)/debugfs/extent_cmds.ct
305 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/extent_cmds.ct
307 DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
311 debugfs.o: $(top_srcdir)/debugfs/debugfs.c
315 extent_inode.o: $(top_srcdir)/debugfs/extent_inode.c
319 util.o: $(top_srcdir)/debugfs/util.c
323 ncheck.o: $(top_srcdir)/debugfs/ncheck.c
327 icheck.o: $(top_srcdir)/debugfs/icheck.c
[all …]
/external/e2fsprogs/debian/
Dss-dev.examples1 debugfs/debug_cmds.ct
/external/sepolicy/
Dgenfs_contexts34 genfscon debugfs / u:object_r:debugfs:s0
/external/e2fsprogs/util/
Dsubset.exclude17 debugfs

12