OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yaffs
(Results
1 - 5
of
5
) sorted by null
/external/yaffs2/yaffs2/
Makefile
2
# Makefile for the linux
YAFFS
filesystem routines.
5
obj-$(CONFIG_YAFFS_FS) +=
yaffs
.o
7
yaffs
-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o
8
yaffs
-y += yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o
9
yaffs
-y += yaffs_tagscompat.o yaffs_tagsvalidity.o
10
yaffs
-y += yaffs_mtdif.o yaffs_mtdif2.o
patch-ker.sh
3
#
YAFFS
: Yet another FFS. A NAND-flash specific file system.
13
# Patch
YAFFS
into the kernel
63
KCONFIGOLD=$LINUXDIR/fs/Kconfig.pre.
yaffs
64
YAFFS_PATCHED_STRING=`grep -s
yaffs
<$KCONFIG | head -n 1`
67
MAKEFILEOLD=$LINUXDIR/fs/Makefile.pre.
yaffs
72
echo "$KCONFIG already mentions
YAFFS
, so we will not change it"
77
# Insert some
YAFFS
stuff
85
echo "# Patched by
YAFFS
" >>$KCONFIG
94
echo "# Patched by
YAFFS
" >>$MAKEFILE
Kconfig
2
#
YAFFS
file system configurations
21
<http://www.aleph1.co.uk/
yaffs
/>.
28
Enable YAFFS1 support --
yaffs
for 512 byte / page devices
33
bool "Lets
Yaffs
do its own ECC"
37
This enables
Yaffs
to use its own ECC functions instead of using
58
Enable YAFFS2 support --
yaffs
for >= 2048 byte / page larger devices
68
system type. With this, you can say "
yaffs
" and
yaffs
or yaffs2
113
Normally
YAFFS
only checks chunks before writing until an erased
/build/core/
Makefile
774
$(hide) $(call assert-max-image-size,$@ $(RECOVERY_FROM_BOOT_PATCH),$(BOARD_SYSTEMIMAGE_PARTITION_SIZE),
yaffs
)
783
$(hide) $(call assert-max-image-size,$(INSTALLED_SYSTEMIMAGE),$(BOARD_SYSTEMIMAGE_PARTITION_SIZE),
yaffs
)
[
all
...]
/packages/experimental/procstatlog/
procstatreport.py
109
<span style="font-size: 150%%">
yaffs
: %(partition)s</span><br>
439
# Output
YAFFS
statistics
450
if not key.startswith("/proc/
yaffs
:"): continue
457
yaffs
, partition, var = key.split(":", 2)
471
os.path.join(files_dir, "
yaffs
%d.csv" % num))
476
"id": cgi.escape("
yaffs
%d" % num),
477
"id_js": json.write("
yaffs
%d" % num),
479
"filename_js": json.write("%s/
yaffs
%d.csv" % (files_url, num)),
490
# Output non-
YAFFS
statistics
Completed in 151 milliseconds