OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filefrag
(Results
1 - 12
of
12
) sorted by null
/external/e2fsprogs/misc/
filefrag.8.in
2
.TH
FILEFRAG
8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
4
filefrag
\- report on file fragmentation
6
.B
filefrag
17
.B
filefrag
23
.B
filefrag
26
If FIEMAP is not supported then
filefrag
will fall back to using FIBMAP.
38
.BR
filefrag
,
61
.B
filefrag
Makefile.in
31
USPROGS= mklost+found
filefrag
e2freefrag $(UUIDD_PROG) $(E4DEFRAG_PROG)
34
logsave.8
filefrag
.8 e2freefrag.8 e2undo.8 \
55
FILEFRAG_OBJS=
filefrag
.o
74
PROFILED_FILEFRAG_OBJS= profiled/
filefrag
.o
83
$(srcdir)/
filefrag
.c $(srcdir)/base_device.c \
111
logsave.profiled
filefrag
.profiled uuidgen.profiled uuidd.profiled \
329
filefrag
: $(FILEFRAG_OBJS)
331
$(Q) $(CC) $(ALL_LDFLAGS) -o
filefrag
$(FILEFRAG_OBJS)
333
filefrag
.profiled: $(FILEFRAG_OBJS)
335
$(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o
filefrag
.profiled
[
all
...]
filefrag.c
2
*
filefrag
.c -- report if a particular file is fragmented
/external/e2fsprogs/debugfs/
filefrag.c
2
*
filefrag
.c --- display the fragmentation information for a file
128
static void
filefrag
(ext2_ino_t ino, struct ext2_inode *inode,
function
206
filefrag
(ino, &inode, fs);
291
com_err(0, 0, "Usage:
filefrag
[-dvr] file");
315
filefrag
(ino, &inode, &fs);
ro_debug_cmds.ct
49
filefrag
;
Makefile.in
21
filefrag
.o extent_cmds.o extent_inode.o zap.o
24
lsdel.o logdump.o htree.o e2freefrag.o
filefrag
.o extent_cmds.o \
31
$(srcdir)/
filefrag
.c $(srcdir)/extent_inode.c $(srcdir)/zap.c
debug_cmds.ct
56
filefrag
;
debugfs.8.in
266
.BI
filefrag
" [-dvr] filespec"
274
.I
filefrag
279
.I
filefrag
284
.I
filefrag
323
option is specified then the
filefrag
command will print how many free
/external/e2fsprogs/
e2fsprogs.spec.in
135
%{_sbindir}/
filefrag
181
%{_mandir}/man8/
filefrag
.8*
RELEASE-NOTES
277
Add some new options to
filefrag
from Lustre's patches to e2fsprogs:
520
Fixed
filefrag
so it will not crash with a segfault on files from a
521
virtual file system such as /proc. (e.g., "
filefrag
524
Fixed
filefrag
so that it correctly reports the number of extents.
[
all
...]
/external/e2fsprogs/debian/
changelog
98
* Added new options to
filefrag
to be consistent with the version from
188
* Fixed
filefrag
so it would not seg fault on virtual filesystems such
189
as /proc: e.g., "
filefrag
/proc/partitions"
190
* Fix
filefrag
so that it correctly reports the number of extents
395
* Fixed infinite loop in
filefrag
(Closes: #644792)
446
* Fix an off-by-one error in
filefrag
-v's output
447
* Make
filefrag
display the number of contiguous (not physical)
551
*
Filefrag
will report 0 extents correctly in verbose mode.
[
all
...]
/external/e2fsprogs/lib/ext2fs/
Makefile.in
309
e2freefrag.o
filefrag
.o extent_inode.o extent_cmds.o zap.o
367
filefrag
.o: $(top_srcdir)/debugfs/
filefrag
.c
[
all
...]
Completed in 727 milliseconds