HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 326 - 350 of 1607) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
romfs_fs.h 4 /* The basic structures of the romfs filesystem */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rquota.x 12 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
fanotify.h 32 /* Add, remove, or modify an fanotify mark on a filesystem object. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs_fs.h 6 * OS-specific nfs filesystem definitions and declarations
qnx4_fs.h 4 * Function : qnx4 global filesystem definitions
romfs_fs.h 7 /* The basic structures of the romfs filesystem */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rquota.x 12 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
fanotify.h 32 /* Add, remove, or modify an fanotify mark on a filesystem object. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/
MANIFEST.MF 11 org.eclipse.core.filesystem,
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
package-info.java 22 * {@link de.waldheinz.fs.FileSystem} instances.
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 2 * Create a squashfs filesystem. This is a highly compressed read only
3 * filesystem.
187 " filesystem\n");
188 BAD_ERROR("Output filesystem corrupted?\n");
204 "filesystem\n");
205 BAD_ERROR("Output filesystem corrupted?\n");
334 * "old" filesystem. Read it in and checksum
lzo_wrapper.c 64 * a format suitable for writing to the filesystem.
157 * compressor options field in the filesystem (stored immediately
197 * to the same state they were when the filesystem was originally
200 * original filesystem.
260 "filesystem!\n");
305 "filesystem!\n");
  /external/squashfs-tools/RELEASE-READMEs/
README-4.1 1 SQUASHFS 4.1 - A squashed read-only filesystem for Linux
108 Don't extract xattrs in filesystem
111 Extract xattrs in filesystem
132 and block devices to be specified and added to the Squashfs filesystem being
134 This, for example, allows device nodes to be added to the filesystem without
141 file in the source filesystem to be modified.
204 Squashfs filesystem, the above allows input from these special files to be
205 captured and placed in the Squashfs filesystem.
263 Changes the attributes of the file "dmesg" in the filesystem to have
265 from the source filesystem
    [all...]
  /development/testrunner/test_defs/
test_walker.py 32 """Finds Android tests from filesystem."""
189 path: the filesystem path of the makefile
190 build_path: filesystem path for the directory
215 path: the filesystem path to evaluate
228 """Recursively searches filesystem upwards for a test factory.
  /external/e2fsprogs/misc/
chattr.1.in 103 filesystem blocksize instead of in units of sectors, and means that the file
115 journal before being written to the file itself, if the filesystem is
117 filesystem is mounted with the "data=journal" option all file data
143 which read the filesystem directly, and which don't understand tail-merged
174 The `j' option is only useful if the filesystem is mounted as ext3.
util.c 235 "1024 and 10240000 filesystem blocks.\n\n"), stderr);
248 * in the filesystem. For very small filesystems, it is not reasonable to
249 * have a journal that fills more than half of the filesystem.
272 fputs(_("\nJournal size too big for filesystem.\n"),
286 printf(_("This filesystem will be automatically "
ext4.5.in 128 Create a journal to ensure filesystem consistency even across unclean
129 shutdowns. Setting the filesystem feature is equivalent to using the
163 .\" checksums for all of the filesystem metadata (superblock, group
190 protect the filesystem from being multiply mounted and is useful in
198 @QUOTA_MAN_COMMENT@automatically when the filesystem is mounted.
221 filesystem may grow to 1024 times its initial size. This can be changed
  /external/squashfs-tools/
ACKNOWLEDGEMENTS 97 John Sutton - raised the problem when archiving the entire filesystem
101 Martin Mueller (LinuxTV) - noticed that the filesystem length in the
102 superblock doesn't match the output filesystem length. This is due to
108 block filesystems hung when used as a root filesystem mounted as a loopback
112 mounting the squashfs filesystem.
  /external/e2fsprogs/ext2ed/
main.c 56 char Ext2Descriptors [200]="ext2.descriptors"; /* The location of the ext2 filesystem object definition */
61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
65 unsigned long DefaultBlocksInGroup=8192; /* The default values are used when an ext2 filesystem is not */
70 char device_name [80]; /* The location of the filesystem */
72 long device_offset; /* The current position in the filesystem */
75 int mounted=0; /* This is set when we find that the filesystem is mounted */
80 struct struct_file_system_info file_system_info; /* Essential information on the filesystem */
342 * filesystem, accessed through ext2_commands.
381 /* 2. Now search for ext2 filesystem general commands */
  /external/e2fsprogs/lib/e2p/
ls.c 103 fprintf(f, "Filesystem features: ");
150 fputs("Filesystem flags: ", f);
213 fprintf(f, "Filesystem volume name: %s\n", buf);
220 fprintf(f, "Filesystem UUID: %s\n", e2p_uuid2str(sb->s_uuid));
221 fprintf(f, "Filesystem magic number: 0x%04X\n", sb->s_magic);
222 fprintf(f, "Filesystem revision #: %d", sb->s_rev_level);
236 fprintf(f, "Filesystem state: ");
243 fprintf(f, "Filesystem OS type: %s\n", str);
289 fprintf(f, "Filesystem created: %s", ctime(&tm));
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 2 * mkjournal.c --- make a journal for a filesystem
339 * the filesystem. Pick a group that has the largest number
409 * in the filesystem. For very small filesystems, it is not reasonable to
410 * have a journal that fills more than half of the filesystem.
428 * This function adds a journal device to a filesystem
462 /* Check and see if this filesystem has already been added */
489 * This function adds a journal inode to a filesystem, using either
490 * POSIX routines if the filesystem is mounted, or using direct I/O
610 fprintf(stderr, "Usage: %s filesystem\n", argv[0]);
  /external/e2fsprogs/e2fsck/
problem.h 73 /* Filesystem size is wrong */
85 /* Adding UUID to filesystem */
94 /* Error determing physical device size of filesystem */
136 /* Filesystem revision is 0, but feature flags are set */
220 /* The test_fs filesystem flag is set and ext4 is available */
398 /* Imagic flag set on an inode when filesystem doesn't support it */
404 /* Compression flag set on a non-compressed filesystem */
410 /* Filesystem revision is 0, but feature flags are set */
470 /* INDEX_FL flag set on a non-HTREE filesystem */
488 /* Bad block has indirect block that conflicts with filesystem block *
    [all...]
  /external/selinux/secilc/docs/
cil_file_labeling_statements.xml 178 <para>A single keyword representing the type of filesystem as follows:</para>
191 <para>Name of the supported filesystem (e.g. <literal>ext4</literal> or <literal>pipefs</literal>).</para>
233 <para>Used to allocate a security context to filesystems that cannot support any of the <literal><link linkend="fsuse">fsuse</link></literal> file labeling options. Generally a filesystem would have a single default security context assigned by <literal>genfscon</literal> from the root <literal>(/)</literal> that would then be inherited by all files and directories on that filesystem. The exception to this is the <literal>/proc</literal> filesystem, where directories can be labeled with a specific security context (as shown in the examples).</para>
255 <para>Name of the supported filesystem (e.g. <literal>rootfs</literal> or <literal>proc</literal>).</para>
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 35 * Caches HTTP and HTTPS responses to the filesystem so they may be reused,
45 * cache directory} of the filesystem}: <pre> {@code
69 * the hit rate, but it may also just waste filesystem space!
82 * <p>Flushing the cache forces its data to the filesystem. This ensures that
235 * Force buffered operations to the filesystem. This ensures that responses
274 * will remain on the filesystem.
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml 7 <Title>EXT2ED - The Extended-2 filesystem editor - Design and implementation</Title>
27 The ext2 filesystem overview.
76 and even less about Linux and the extended-2 filesystem. While working
113 filesystem is even newer - Its first release lies somewhere in 1993 - Only
119 detailed document which describes the ext2 filesystem. In fact, I didn't
221 the ext2 filesystem was complicated enough, and adding to it the task of
239 I didn't know almost anything of the structure of the ext2 filesystem.
241 for experiments in the ext2 filesystem was exactly my project! - Kind of a
248 filesystem with a simple <Literal remap="tt">offset</Literal> method, and just show a
257 of the filesystem, but the format of the viewed data was difficult t
    [all...]

Completed in 187 milliseconds

<<11121314151617181920>>