/external/e2fsprogs/debian/attic/libs/ |
control | 13 EXT2 stands for "Extended Filesystem", version 2. It's the main 14 filesystem type used for hard disks on Debian and other Linux systems. 30 It is mainly used by the EXT2-filesystem tools. 48 EXT2 stands for "Extended Filesystem", version 2. It's the filesystem type 87 EXT2FS stands for "Extended Filesystem", version 2. It's the filesystem 92 features specific to the ext2 filesystem will need this. Most 93 programmers will use the generic filesystem-independent interface 104 filesystem be opened directly (functions in libext2fs do), and (b [all...] |
/external/e2fsprogs/tests/m_std/ |
expect.1 | 0 Filesystem label= 8 Maximum filesystem blocks=67108864 16 Writing superblocks and filesystem accounting information: done 18 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 28 Filesystem volume name: <none> 30 Filesystem magic number: 0xEF53 31 Filesystem revision #: 1 (dynamic) 32 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 34 Filesystem state: clean 36 Filesystem OS type: Linu [all...] |
/external/genext2fs/ |
genext2fs.8 | 19 genext2fs \- ext2 filesystem generator for embedded systems 24 \fBgenext2fs\fP generates an ext2 filesystem 29 The filesystem image is created in the file \fIoutput-image\fP. If not 32 By default, the maximum number of inodes in the filesystem is the minimum 34 In this way, a minimal filesystem (typically read-only) can be created with 37 The filesystem image size in blocks can be minimised by trial and error. 79 Use a timestamp of 0 for inode and filesystem creation, instead of the present. Useful for testing. 93 Print resulting filesystem structure. 111 as a new ext2 filesystem image. You can then mount the floppy as 119 This example builds a filesystem from all the files in [all...] |
/external/e2fsprogs/misc/ |
fsck.8.in | 160 program, if a filesystem type of 170 Normally, the filesystem type is deduced by searching for 175 If the type can not be deduced, and there is only a single filesystem 180 will use the specified filesystem type. If this type is not 192 The root filesystem will be checked first unless the 210 multiple filesystem checks on the same physical disk. 214 files is to set the root filesystem to have a 221 to automatically run filesystem checkers in parallel if it is advantageous 223 not to use this configuration if they need to avoid multiple filesystem 229 Display completion/progress bars for those filesystem checkers (currently [all...] |
filefrag.8.in | 17 used on files for any filesystem.
|
/external/e2fsprogs/doc/ |
libext2fs.texinfo | 32 ext2 filesystem. 124 manipulate an ext2 filesystem. 131 * Filesystem-level functions:: 142 @node Filesystem-level functions, Inode Functions, EXT2FS Library Functions, EXT2FS Library Functions 144 @section Filesystem-level functions 146 The following functions operate on a filesystem handle. Most EXT2FS 147 Library functions require a filesystem handle as their first argument. 148 There are two functions which create a filesystem handle, 151 The filesystem can also be closed using @code{ext2fs_close}, and any 156 * Opening an ext2 filesystem:: [all...] |
/external/e2fsprogs/lib/e2p/ |
pe.c | 2 * pe.c - Print a second extended filesystem errors behavior
|
ps.c | 2 * ps.c - Print filesystem state
|
/external/e2fsprogs/tests/f_bitmaps/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_dupfsblks/ |
expect.1 | 0 Filesystem did not have a UUID; generating one. 20 <filesystem metadata> 26 <filesystem metadata> 33 <filesystem metadata>
|
/external/e2fsprogs/tests/f_end-bitmap/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_overfsblks/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/grub/stage2/ |
ufs2.h | 74 * The root inode is the root of the filesystem. Inode 0 can't be used for 211 * with each filesystem. This limit affects only the number of 213 * that they can be found when the filesystem is mounted. However, 214 * maintaining too many will slow the filesystem performance, so 242 * Super block for an FFS filesystem. 245 grub_int32_t fs_firstfield; /* historic filesystem linked list, */ 286 grub_int32_t fs_id[2]; /* unique filesystem id */ 294 grub_int32_t fs_old_ncyl; /* cylinders in filesystem */ 302 grub_int8_t fs_clean; /* filesystem is clean flag */ 345 * Filesystem identificatio [all...] |
/bootable/recovery/mtdutils/ |
mounts.c | 29 const char *filesystem; member in struct:MountedVolume 50 free((char *)volume->filesystem); 118 char filesystem[64]; local 125 device, mount_point, filesystem, flags); 130 filesystem[sizeof(filesystem)-1] = '\0'; 137 v->filesystem = strdup(filesystem);
|
mtdutils.h | 29 * filesystem is like "yaffs2" 32 const char *filesystem, int read_only);
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.txt | 24 - local filesystem (/tmp/...) 27 - FAT16 filesystem (no POSIX extensions)
|
/external/e2fsprogs/lib/ext2fs/ |
alloc_sb.c | 3 * newly initialized filesystem. Used by mke2fs when initializing a filesystem
|
e2image.h | 24 char fs_uuid[16]; /* UUID of filesystem */ 25 __u32 fs_blocksize; /* Block size of the filesystem */
|
/external/e2fsprogs/tests/f_dupsuper/ |
expect.1 | 0 Filesystem did not have a UUID; generating one. 14 <filesystem metadata>
|
/external/srec/portable/src/ |
PFileSystem.c | 273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath) 305 *fileSystem = bestValue; 328 PFileSystem* fileSystem; 341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL)); 342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self); 359 PFileSystem* fileSystem; 372 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL)); 373 CHK(rc, fileSystem->mkdir(fileSystem, absolutePath)) [all...] |
/external/e2fsprogs/ext2ed/doc/ |
ext2fs-overview.sgml | 7 <Title>The extended-2 filesystem overview</Title> 22 the ext2 filesystem. It was written in summer 95, while I was working on the 23 <Literal remap="tt">ext2 filesystem editor project (EXT2ED)</Literal>. 28 design aspects of the the ext2 filesystem. This document is a result of an 109 users. If you use Linux, chances are that you are using the ext2 filesystem. 119 The ext2 filesystem is still under development. I will document here 123 ext2 filesystem in Linux 1.3, so stay tuned. 129 <Title>A filesystem - Why do we need it?</Title> 137 A <Literal remap="tt">filesystem</Literal> consists of two word - <Literal remap="tt">file</Literal> and <Literal remap="tt">system</Literal>. 152 the filesystem, as I understand it, is to make it easy for us to update an [all...] |
/external/e2fsprogs/ |
e2fsprogs.spec | 6 Summary: Utilities for managing the second extended (ext2) filesystem. 21 repair filesystem inconsistencies after an unclean shutdown), mke2fs 22 (used to initialize a partition to contain an empty ext2 filesystem), 23 debugfs (used to examine the internal structure of a filesystem, to 24 manually repair a corrupted filesystem or to create test cases for 25 e2fsck), tune2fs (used to modify filesystem parameters), resize2fs to 27 ext2fs filesystem utilities. 36 Summary: Ext2 filesystem-specific static libraries and headers. 43 develop second extended (ext2) filesystem-specific programs. 46 filesystem-specific programs. If you install e2fsprogs-devel, you'l [all...] |
e2fsprogs.spec.in | 6 Summary: Utilities for managing the second extended (ext2) filesystem. 21 repair filesystem inconsistencies after an unclean shutdown), mke2fs 22 (used to initialize a partition to contain an empty ext2 filesystem), 23 debugfs (used to examine the internal structure of a filesystem, to 24 manually repair a corrupted filesystem or to create test cases for 25 e2fsck), tune2fs (used to modify filesystem parameters), resize2fs to 27 ext2fs filesystem utilities. 36 Summary: Ext2 filesystem-specific static libraries and headers. 43 develop second extended (ext2) filesystem-specific programs. 46 filesystem-specific programs. If you install e2fsprogs-devel, you'l [all...] |
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
FileChannelImpl.java | 56 private static final IFileSystem fileSystem = Platform.getFileSystem(); 62 ALLOC_GRANULARITY = fileSystem.getAllocGranularity(); 124 if (fileSystem.lock(handle, position, size, lockType, wait)) { 174 fileSystem.unlock(handle, lock.position(), lock.size()); 185 fileSystem.fflush(handle, metadata); 195 fileSystem.truncate(handle, position + size); 216 return fileSystem.seek(handle, 0L, IFileSystem.SEEK_CUR); 230 fileSystem.seek(handle, newPosition, IFileSystem.SEEK_SET); 275 bytesRead = (int) fileSystem.readDirect(handle, address, 287 bytesRead = (int) fileSystem.read(handle, buffer.array() [all...] |
/external/e2fsprogs/debian/ |
control | 14 Description: statically-linked version of the ext2 filesystem checker 15 This may be of some help to you if your filesystem gets corrupted enough 131 mount to quickly and easily find block devices by filesystem UUID and 143 mount to quickly and easily find block devices by filesystem UUID and 157 mount to quickly and easily find block devices by filesystem UUID and 183 Description: ext2 filesystem libraries 185 EXT2 filesystems from usermode programs. The EXT2 filesystem is very often 186 used as the default filesystem on Linux systems. Various system programs 198 Description: ext2 filesystem libraries - headers and static libraries 200 EXT2 filesystems from usermode programs. The EXT2 filesystem is very ofte [all...] |