Home
last modified time | relevance | path

Searched refs:debugfs (Results 1 – 25 of 38) 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 \
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.8
83 $(RM) -f debugfs debugfs.8 \#* *.s *.o *.a *~ debug_cmds.c core
[all …]
/external/e2fsprogs/tests/f_swapfs/
Dexpect19 Running debugfs....
20 debugfs: ls
24 debugfs: stat sym
34 debugfs: stat double-indirect-test
47 debugfs: cat fluff
62 debugfs: quit
81 Running debugfs....
82 debugfs: ls
86 debugfs: stat sym
96 debugfs: stat double-indirect-test
[all …]
Dscript25 echo Running debugfs.... >> $OUT
26 $DEBUGFS -f $test_dir/debugfs.cmd $TMPFILE > $OUT.new 2>&1
43 echo Running debugfs.... >> $OUT
44 $DEBUGFS -f $test_dir/debugfs.cmd $TMPFILE > $OUT.new 2>&1
/external/e2fsprogs/tests/
Dtest_config12 DEBUGFS="$USE_VALGRIND ../debugfs/debugfs"
13 TEST_BITS="../debugfs/debugfs"
/external/e2fsprogs/tests/d_loaddump/
Dexpect1 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
Dscript8 echo "debugfs load/dump test" > $OUT
21 echo "debugfs -R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new
33 echo "debugfs -R ''dump test_data $VERIFY_DATA'' $TMPFILE" > $OUT.new
Dname1 debugfs load/dump test
/external/e2fsprogs/tests/f_dup_resize/
Dscript11 write $TEST_DATA debugfs
13 set_inode_field debugfs mtime 200504110000
Dexpect.113 File /debugfs (inode #12, mod time Mon Apr 11 00:00:00 2005)
/external/e2fsprogs/tests/f_resize_inode/
Dexpect29 debugfs -R ''set_inode_field <7> block[2] 42'' -w ./test.img
57 debugfs -R ''clri <7>'' -w ./test.img
85 debugfs -R ''set_inode_field <7> bmap[524] 57'' -w ./test.img
113 debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w ./test.img
127 debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w ./test.img
Dscript29 echo "debugfs -R ''set_inode_field <7> block[2] 42'' -w $TMPFILE" > $OUT.new
50 echo "debugfs -R ''clri <7>'' -w $TMPFILE" > $OUT.new
71 echo "debugfs -R ''set_inode_field <7> bmap[524] 57'' -w $TMPFILE" > $OUT.new
92 echo "debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w $TMPFILE" > $OUT.new
107 echo "debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w $TMPFILE" > $OUT.new
/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'' $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
/external/linux-tools-perf/util/
Ddebugfs.c86 int debugfs_valid_mountpoint(const char *debugfs) in debugfs_valid_mountpoint() argument
92 if (statfs(debugfs, &st_fs) < 0) in debugfs_valid_mountpoint()
Dtrace-event-info.c135 const char *debugfs; in find_tracing_dir() local
140 debugfs = find_debugfs(); in find_tracing_dir()
142 tracing = malloc_or_die(strlen(debugfs) + 9); in find_tracing_dir()
144 sprintf(tracing, "%s/tracing", debugfs); in find_tracing_dir()
Ddebugfs.h16 extern int debugfs_valid_mountpoint(const char *debugfs);
Dparse-events.h45 extern int valid_debugfs_mount(const char *debugfs);
/external/e2fsprogs/debian/
Dss-dev.examples1 debugfs/debug_cmds.ct
Dchangelog83 * Fix a file descriptor leak in debugfs when sourcing a command file
128 * Enhance debugfs's 'stat' command to print basic extent information
194 * Fix debugfs from core dumping if the logdump command fails to open the
216 * Add an "-a" option to debugfs's close_filesys command
285 * Fix a segfault in debugfs when running stat without an open filesystem
302 * Fix debugfs's ncheck output to suppress extra characters at the end
331 * Fix a regression in debugfs's logdump command so it works for
376 * Fix debugfs's ncheck command so it prints all of the names of
393 * debugfs: Fix ncheck to print all pathnames for all of the specified inodes
396 * debugfs: Add the ability to specify the hash seed and to specify the
[all …]
/external/e2fsprogs/lib/ext2fs/
DMakefile.in257 debug_cmds.c debug_cmds.h: $(top_srcdir)/debugfs/debug_cmds.ct
259 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/debug_cmds.ct
261 DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
264 debugfs.o: $(top_srcdir)/debugfs/debugfs.c
268 util.o: $(top_srcdir)/debugfs/util.c
272 ncheck.o: $(top_srcdir)/debugfs/ncheck.c
276 icheck.o: $(top_srcdir)/debugfs/icheck.c
280 ls.o: $(top_srcdir)/debugfs/ls.c
284 lsdel.o: $(top_srcdir)/debugfs/lsdel.c
288 dump.o: $(top_srcdir)/debugfs/dump.c
[all …]
/external/e2fsprogs/util/
Dsubset.exclude17 debugfs
/external/sepolicy/
Docontexts61 genfscon debugfs / u:object_r:debugfs:s0
/external/e2fsprogs/
De2fsprogs.spec22 initialize a partition to contain an empty ext2 filesystem), debugfs
114 %{_root_sbindir}/debugfs
160 %{_mandir}/man8/debugfs.8*
DMakefile.in13 @DEBUGFS_CMT@DEBUGFS_DIR= debugfs
62 …if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then $(MAKE) inst…
De2fsprogs.spec.in22 initialize a partition to contain an empty ext2 filesystem), debugfs
114 %{_root_sbindir}/debugfs
160 %{_mandir}/man8/debugfs.8*

12