Searched refs:debugfs (Results 1 – 25 of 38) sorted by relevance
12
9 my_dir = debugfs14 PROGS= debugfs15 MANPAGES= debugfs.819 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.in48 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/debugfs.8.in debugfs.883 $(RM) -f debugfs debugfs.8 \#* *.s *.o *.a *~ debug_cmds.c core[all …]
19 Running debugfs....20 debugfs: ls24 debugfs: stat sym34 debugfs: stat double-indirect-test47 debugfs: cat fluff62 debugfs: quit81 Running debugfs....82 debugfs: ls86 debugfs: stat sym96 debugfs: stat double-indirect-test[all …]
25 echo Running debugfs.... >> $OUT26 $DEBUGFS -f $test_dir/debugfs.cmd $TMPFILE > $OUT.new 2>&1 43 echo Running debugfs.... >> $OUT44 $DEBUGFS -f $test_dir/debugfs.cmd $TMPFILE > $OUT.new 2>&1
12 DEBUGFS="$USE_VALGRIND ../debugfs/debugfs"13 TEST_BITS="../debugfs/debugfs"
1 debugfs load/dump test4 debugfs -R ''write test.data test_data'' -w ./test.img15 debugfs -R ''dump test_data test.verify'' ./test.img
8 echo "debugfs load/dump test" > $OUT21 echo "debugfs -R ''write $TEST_DATA test_data'' -w $TMPFILE" > $OUT.new33 echo "debugfs -R ''dump test_data $VERIFY_DATA'' $TMPFILE" > $OUT.new
1 debugfs load/dump test
11 write $TEST_DATA debugfs13 set_inode_field debugfs mtime 200504110000
13 File /debugfs (inode #12, mod time Mon Apr 11 00:00:00 2005)
29 debugfs -R ''set_inode_field <7> block[2] 42'' -w ./test.img57 debugfs -R ''clri <7>'' -w ./test.img85 debugfs -R ''set_inode_field <7> bmap[524] 57'' -w ./test.img113 debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w ./test.img127 debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w ./test.img
29 echo "debugfs -R ''set_inode_field <7> block[2] 42'' -w $TMPFILE" > $OUT.new50 echo "debugfs -R ''clri <7>'' -w $TMPFILE" > $OUT.new71 echo "debugfs -R ''set_inode_field <7> bmap[524] 57'' -w $TMPFILE" > $OUT.new92 echo "debugfs -R ''set_super_value reserved_gdt_blocks 15679'' -w $TMPFILE" > $OUT.new107 echo "debugfs -R ''set_super_value reserved_gdt_blocks 32'' -w $TMPFILE" > $OUT.new
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 = ''
13 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT26 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
86 int debugfs_valid_mountpoint(const char *debugfs) in debugfs_valid_mountpoint() argument92 if (statfs(debugfs, &st_fs) < 0) in debugfs_valid_mountpoint()
135 const char *debugfs; in find_tracing_dir() local140 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()
16 extern int debugfs_valid_mountpoint(const char *debugfs);
45 extern int valid_debugfs_mount(const char *debugfs);
1 debugfs/debug_cmds.ct
83 * Fix a file descriptor leak in debugfs when sourcing a command file128 * Enhance debugfs's 'stat' command to print basic extent information194 * Fix debugfs from core dumping if the logdump command fails to open the216 * Add an "-a" option to debugfs's close_filesys command285 * Fix a segfault in debugfs when running stat without an open filesystem302 * Fix debugfs's ncheck output to suppress extra characters at the end331 * Fix a regression in debugfs's logdump command so it works for376 * Fix debugfs's ncheck command so it prints all of the names of393 * debugfs: Fix ncheck to print all pathnames for all of the specified inodes396 * debugfs: Add the ability to specify the hash seed and to specify the[all …]
257 debug_cmds.c debug_cmds.h: $(top_srcdir)/debugfs/debug_cmds.ct259 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/debug_cmds.ct261 DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \264 debugfs.o: $(top_srcdir)/debugfs/debugfs.c268 util.o: $(top_srcdir)/debugfs/util.c272 ncheck.o: $(top_srcdir)/debugfs/ncheck.c276 icheck.o: $(top_srcdir)/debugfs/icheck.c280 ls.o: $(top_srcdir)/debugfs/ls.c284 lsdel.o: $(top_srcdir)/debugfs/lsdel.c288 dump.o: $(top_srcdir)/debugfs/dump.c[all …]
17 debugfs
61 genfscon debugfs / u:object_r:debugfs:s0
22 initialize a partition to contain an empty ext2 filesystem), debugfs114 %{_root_sbindir}/debugfs160 %{_mandir}/man8/debugfs.8*
13 @DEBUGFS_CMT@DEBUGFS_DIR= debugfs62 …if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then $(MAKE) inst…