/external/e2fsprogs/lib/ext2fs/ |
ext2_ext_attr.h | 4 On-disk format of extended attributes for the ext2 filesystem.
|
res_gdt.c | 21 * ext3 filesystem. The counters should be initialized to 1, 5, and 7 before 22 * calling this for the first time. In a sparse filesystem it will be the 24 * For a non-sparse filesystem it will be every group: 1, 2, 3, 4, ...
|
ismounted.c | 2 * ismounted.c --- Check to see if the filesystem was mounted 40 * filesystem is mounted. Returns an error if the file doesn't exist 89 * /dev/root for the root filesystem. Argh. Instead we 141 * Check to see if we're referring to the root filesystem. 372 printf("\t%s is the root filesystem.\n", argv[1]);
|
/external/e2fsprogs/tests/f_baddir/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_baddotdir/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_dup/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/genext2fs/ |
test-gen.lib | 3 # These routines contain the filesystem generation code.
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_dir_utils.h | 190 * Oscl_StatFS function populates a general structure describing free space available on a filesystem 192 * @param path located in desired filesystem (utf8) 198 * Oscl_StatFS function populates a general structure describing free space available on a filesystem 200 * @param path located in desired filesystem (utf8)
|
/external/webkit/WebCore/html/ |
Blob.cpp | 34 #include "FileSystem.h"
|
/external/webkit/WebCore/platform/brew/ |
FileChooserBrew.cpp | 31 #include "FileSystem.h"
|
/external/webkit/WebCore/platform/chromium/ |
FileChooserChromium.cpp | 30 #include "FileSystem.h"
|
FileSystemChromiumLinux.cpp | 32 #include "FileSystem.h"
|
FileSystemChromiumMac.mm | 32 #include "FileSystem.h"
|
FileSystemChromiumWin.cpp | 32 #include "FileSystem.h"
|
/external/webkit/WebCore/platform/haiku/ |
FileSystemHaiku.cpp | 29 #include "FileSystem.h"
|
/external/webkit/WebCore/platform/network/curl/ |
FormDataStreamCurl.h | 30 #include "FileSystem.h"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/ |
MANIFEST.MF | 14 org.eclipse.core.filesystem,
|
/external/e2fsprogs/misc/ |
badblocks.8.in | 63 block size in use by the filesystem. 87 potentially crash and/or damage the filesystem even if it is mounted 111 an existing filesystem, in a format suitable for use with this option.
|
ismounted.c | 2 * ismounted.c --- Check to see if the filesystem was mounted 71 * filesystem is mounted. Returns an error if the file doesn't exist 138 * /dev/root for the root filesystem. Argh. Instead we
|
/external/kernel-headers/original/linux/ |
proc_fs.h | 10 * The proc filesystem constants/structures 31 * create an in-memory tree (like the actual /proc filesystem 121 * "struct proc_dir_entry" tree to traverse the filesystem.
|
genhd.h | 321 /* filesystem and partition information: */ 328 __le32 p_fsize; /* filesystem basic fragment size */ 329 __u8 p_fstype; /* filesystem type, see below */ 330 __u8 p_frag; /* filesystem fragments per block */ 331 __le16 p_cpg; /* filesystem cylinders per group */
|
/dalvik/libcore/luni/src/main/java/java/io/ |
FileOutputStream.java | 53 private IFileSystem fileSystem = Platform.getFileSystem(); 97 fd.descriptor = fileSystem.open(file.pathBytes, 196 fileSystem.close(fd.descriptor); 297 fileSystem.write(fd.descriptor, buffer, offset, count); 315 fileSystem.write(fd.descriptor, byteArray, 0, 1);
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 62 * The fsid_type identifies how the filesystem (or export point) is 72 * The fileid_type identified how the file within the filesystem is encoded. 73 * This is (will be) passed to, and set by, the underlying filesystem if it supports 74 * filehandle operations. The filesystem must not use the value '0' or '0xff' and may 77 * 0 - The root, or export point, of the filesystem. fb_fileid is 0 bytes.
|
/external/e2fsprogs/e2fsck/ |
problem.h | 70 /* Filesystem size is wrong */ 82 /* Adding UUID to filesystem */ 91 /* Error determing physical device size of filesystem */ 133 /* Filesystem revision is 0, but feature flags are set */ 341 /* Imagic flag set on an inode when filesystem doesn't support it */ 347 /* Compression flag set on a non-compressed filesystem */ 353 /* Filesystem revision is 0, but feature flags are set */ 413 /* INDEX_FL flag set on a non-HTREE filesystem */ 431 /* Bad block has indirect block that conflicts with filesystem block */ 500 /* File sharing blocks with filesystem metadata */ [all...] |
super.c | 244 * If the filesystem contains errors, don't run the orphan 629 * locking the entire filesystem when allocating blocks or 630 * inodes; if the filesystem is not unmounted cleanly, the 651 * filesystem. 691 * revision 1 filesystem. Most kernels will not check the flags on 692 * a rev 0 filesystem and we may have corruption issues because of 693 * the incompatible changes to the filesystem. 720 * filesystem initially. Normally this happens because the 789 * backup, the extended attributes in the filesystem will be stripped 808 * don't need to test. Also, if the filesystem is invalid, o [all...] |