OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugfs
(Results
26 - 50
of
102
) sorted by null
1
2
3
4
5
/external/e2fsprogs/debugfs/
debugfs.h
2
*
debugfs
.h --- header file for the
debugfs
program
86
/*
debugfs
.c */
unused.c
25
#include "
debugfs
.h"
debug_cmds.ct
7
request do_show_debugfs_params, "Show
debugfs
parameters",
icheck.c
19
#include "
debugfs
.h"
ncheck.c
19
#include "
debugfs
.h"
/system/extras/tests/sdcard/
README
13
Build, install and mount
debugfs
. In this directory with a properly
19
adb shell mount -t
debugfs
none /sys/kernel/debug
profile_sdcard.sh
59
echo "Make sure
debugfs
is mounted on the device."
/device/samsung/manta/
init.smdk5250.rc
24
mount
debugfs
/sys/kernel/debug /sys/kernel/debug
/external/e2fsprogs/tests/f_dup4/
script
8
$
DEBUGFS
-w $TMPFILE << EOF > /dev/null 2>&1
/external/e2fsprogs/tests/f_dup_resize/
expect.1
13
File /
debugfs
(inode #12, mod time Mon Apr 11 00:00:00 2005)
/external/e2fsprogs/tests/f_resize_inode/
expect
29
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
/device/generic/goldfish/
init.goldfish.rc
3
mount
debugfs
debugfs
/sys/kernel/debug
/device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc
16
mount
debugfs
debugfs
/sys/kernel/debug
/external/sepolicy/
domain.te
116
#
debugfs
access
117
allow domain
debugfs
:dir r_dir_perms;
118
allow domain
debugfs
:file w_file_perms;
/external/e2fsprogs/lib/ext2fs/
Makefile.in
262
debug_cmds.c debug_cmds.h: $(top_srcdir)/
debugfs
/debug_cmds.ct
264
$(Q) $(MK_CMDS) $(top_srcdir)/
debugfs
/debug_cmds.ct
266
DEBUG_OBJS= debug_cmds.o
debugfs
.o util.o ncheck.o icheck.o ls.o \
269
debugfs
.o: $(top_srcdir)/
debugfs
/
debugfs
.c
273
util.o: $(top_srcdir)/
debugfs
/util.c
277
ncheck.o: $(top_srcdir)/
debugfs
/ncheck.c
281
icheck.o: $(top_srcdir)/
debugfs
/icheck.c
285
ls.o: $(top_srcdir)/
debugfs
/ls.
[
all
...]
/external/blktrace/doc/
blktrace.8
30
the mounted directory for the
debugfs
, which defaults to
47
into
debugfs
files. The size and number of buffers can be specified via
147
Specifies
debugfs
mount point
btrace.8
45
Specifies the
debugfs
mountpoint.
/external/e2fsprogs/
e2fsprogs.spec
22
initialize a partition to contain an empty ext2 filesystem),
debugfs
114
%{_root_sbindir}/
debugfs
160
%{_mandir}/man8/
debugfs
.8*
e2fsprogs.spec.in
22
initialize a partition to contain an empty ext2 filesystem),
debugfs
114
%{_root_sbindir}/
debugfs
160
%{_mandir}/man8/
debugfs
.8*
RELEASE-NOTES
76
The tune2fs, dumpe2fs, and
debugfs
programs now support the new ext4
84
Debugfs
now uses a more concicse format for listing extents in its
89
Debugfs
has a new option, -D, which will request Direct I/O access of
267
Always build namei.o so that building with configure --disable-
debugfs
292
Debugfs
has a bug fixed so that "logdump -b <blk>" now properly shows
425
Fix file descriptor leaks in fsck and
debugfs
. (Addresses Novell Bug:
631
Fix
debugfs
from core dumping if the logdump command fails to open the
735
Add an -a option to
debugfs
's close_filesys command which writes any
784
Debugfs
can now set i_file_acl_high via the set_inodes_field command,
[
all
...]
Makefile.in
13
@DEBUGFS_CMT@DEBUGFS_DIR=
debugfs
63
if test ! -d e2fsck && test ! -d
debugfs
&& test ! -d misc && test ! -d ext2ed ; then $(MAKE) install-libs ; fi
/external/e2fsprogs/misc/
e2freefrag.8.in
94
.IR
debugfs
(8),
/external/linux-tools-perf/util/
cache.h
12
#define CMD_DEBUGFS_DIR "--
debugfs
-dir="
/external/e2fsprogs/debian/
changelog
43
*
Debugfs
now uses a more concise format for listing extents in its
45
*
Debugfs
can now use direct I/O to access the file system with the -D option
50
*
Debugfs
will correctly show the progress bar even when UTF-8
119
*
Debugfs
's "logdump -b <blk>" now properly shows the allocation status
196
* Fix a file descriptor leak in
debugfs
when sourcing a command file
241
* Enhance
debugfs
's 'stat' command to print basic extent information
307
* Fix
debugfs
from core dumping if the logdump command fails to open the
329
* Add an "-a" option to
debugfs
's close_filesys command
388
*
Debugfs
can now set i_file_acl_high via the set_inodes_field command
389
*
Debugfs
will now display a 64-bit file acl bloc
[
all
...]
/external/linux-tools-perf/
perf.c
16
#include "util/
debugfs
.h"
159
} else if (!strcmp(cmd, "--
debugfs
-dir")) {
161
fprintf(stderr, "No directory given for --
debugfs
-dir.\n");
427
/* mini /proc/mounts parser: searching for "^blah /mount/point
debugfs
" */
445
/* get
debugfs
mount point from /proc/mounts */
Completed in 613 milliseconds
1
2
3
4
5