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

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 7 # Ext2Descriptors is the location of the ext2 filesystem structure
22 # LogFile is the location of the log file. Actual changes to the filesystem
30 # filesystem. When on, each change will be logged - Both the previous data
38 # filesystem - The "enablewrite" command will not work. When on, enablewrite
46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
47 # filesystem.
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
54 # filesystem, despite the possibly corrupt superblock magic number reading.
61 # Normally, the various filesystem parameters such as the block size and the
62 # total number of blocks are gathered from the ext2 filesystem itself
    [all...]
ext2ed.8.in 12 .B second extended filesystem.
13 Its aim is to show you the various internal filesystem structures in an
26 This article gives an overview of internal structure of the ext2 filesystem.
28 your filesystem.
38 Do not use ext2ed on a mounted filesystem.
49 Definition of the various objects for the ext2 filesystem.
52 Log file of actual changes made to the filesystem.
61 Technical overview of the ext2 filesystem.
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 5 Filesystem contains large files, but lacks LARGE_FILE flag in superblock.
8 Filesystem has feature flag(s) set, but is a revision 0 filesystem. Fix? yes
  /external/e2fsprogs/misc/
findfs.8.in 7 findfs \- Find a filesystem by label or UUID
16 will search the disks in the system looking for a filesystem which has
21 If the filesystem is found, the device name for the filesystem will
tune2fs.8.in 7 tune2fs \- adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems
94 allows the system administrator to adjust various tunable filesystem
112 Adjust the number of mounts after which the filesystem will be checked by
116 is 0 or \-1, the number of times the filesystem is mounted will be disregarded
127 memory, and kernel bugs could all corrupt a filesystem without
128 marking the filesystem dirty or in error. If you are using
129 journaling on your filesystem, your filesystem will
132 filesystem error detected by the kernel will still force
141 Set the number of times the filesystem has been mounted
    [all...]
mke2fs.8.in 7 mke2fs \- create an ext2/ext3/ext4 filesystem
146 is used to create an ext2, ext3, or ext4 filesystem, usually in a disk
160 The defaults of the parameters for the newly created filesystem, if not
171 block-size is heuristically determined by the filesystem size and
172 the expected usage of the filesystem (see the
206 Set extended options for the filesystem. Extended options are comma
230 Configure the filesystem for a RAID array with
232 filesystem blocks. This is the number of blocks read or written to disk
235 This mostly affects placement of filesystem metadata like bitmaps at
241 Configure the filesystem for a RAID array wit
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 5 class filesystem
140 class filesystem
977 allow bin_t fs_t:filesystem associate;
978 allow bin_t noxattrfs:filesystem associate;
980 allow sbin_t fs_t:filesystem associate;
981 allow sbin_t noxattrfs:filesystem associate;
983 allow ls_exec_t fs_t:filesystem associate;
984 allow ls_exec_t noxattrfs:filesystem associate;
987 allow shell_exec_t fs_t:filesystem associate;
988 allow shell_exec_t noxattrfs:filesystem associate
    [all...]
  /device/generic/goldfish/
fstab.goldfish 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
fstab.ranchu 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
  /device/generic/qemu/
fstab.ranchu 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
  /external/e2fsprogs/tests/f_jnl_errno/
expect.0 0 Filesystem volume name: <none>
3 Filesystem magic number: 0xEF53
4 Filesystem revision #: 1 (dynamic)
5 Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize
7 Filesystem state: clean
9 Filesystem OS type: Linux
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RmdCommandHandlerTest.groovy 23 import org.mockftpserver.fake.filesystem.FileSystemException
24 import org.mockftpserver.fake.filesystem.Permissions
42 assert fileSystem.exists(DIR) == false
51 assert fileSystem.exists(p(DIR, SUB)) == false
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
62 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotADirectory', DIR])
63 assert fileSystem.exists(DIR)
70 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.directoryIsNotEmpty', DIR])
71 assert fileSystem.exists(DIR)
72 assert fileSystem.exists(FILE
    [all...]
MkdCommandHandlerTest.groovy 24 import org.mockftpserver.fake.filesystem.FileSystemException
25 import org.mockftpserver.fake.filesystem.Permissions
45 assert fileSystem.exists(DIR)
46 def dirEntry = fileSystem.getEntry(DIR)
54 assert fileSystem.exists(DIR)
55 def dirEntry = fileSystem.getEntry(DIR)
61 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', '/abc'])
67 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.alreadyExists', DIR])
68 assert fileSystem.exists(DIR)
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x'
    [all...]
RntoCommandHandlerTest.groovy 23 import org.mockftpserver.fake.filesystem.FileSystemException
24 import org.mockftpserver.fake.filesystem.Permissions
44 assert !fileSystem.exists(FROM_FILE), FROM_FILE
45 assert fileSystem.exists(TO_FILE), TO_FILE
53 assert !fileSystem.exists(FROM_FILE), FROM_FILE
54 assert fileSystem.exists(TO_FILE), TO_FILE
76 assert !fileSystem.exists(FROM_DIR), FROM_DIR
77 assert fileSystem.exists(TO_DIR), TO_DIR
90 assert !fileSystem.exists(FROM_DIR), FROM_DIR
91 assert fileSystem.exists(TO_DIR), TO_DI
    [all...]
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 0 Filesystem label=
9 Maximum filesystem blocks=33554432
18 Writing superblocks and filesystem accounting information: done
20 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/e2fsprogs/tests/m_large_file/
expect.1 0 Filesystem label=
9 Maximum filesystem blocks=16777216
16 Writing superblocks and filesystem accounting information: done
18 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super large_file
26 Filesystem volume name: <none>
28 Filesystem magic number: 0xEF53
29 Filesystem revision #: 1 (dynamic)
30 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super large_file
32 Filesystem state: clean
34 Filesystem OS type: Linu
    [all...]
  /external/e2fsprogs/tests/m_mmp/
expect.1 0 Filesystem label=
9 Maximum filesystem blocks=67108864
19 Writing superblocks and filesystem accounting information: done
21 Filesystem features: ext_attr resize_inode dir_index filetype mmp sparse_super large_file
29 Filesystem volume name: <none>
31 Filesystem magic number: 0xEF53
32 Filesystem revision #: 1 (dynamic)
33 Filesystem features: ext_attr resize_inode dir_index filetype mmp sparse_super large_file
35 Filesystem state: clean
37 Filesystem OS type: Linu
    [all...]
  /external/e2fsprogs/tests/m_root_owner/
expect.1 0 Filesystem label=
10 Maximum filesystem blocks=1048576
17 Writing superblocks and filesystem accounting information: done
19 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super
27 Filesystem volume name: <none>
29 Filesystem magic number: 0xEF53
30 Filesystem revision #: 1 (dynamic)
31 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super
33 Filesystem state: clean
35 Filesystem OS type: Linu
    [all...]
  /ndk/build/tools/toolchain-patches/mclinker/
0006-Fix-mingw-and-darwin-builds.patch 8 lib/Support/Unix/FileSystem.inc | 3 +++
9 lib/Support/Windows/FileSystem.inc | 2 +-
13 diff --git a/lib/Support/Unix/FileSystem.inc b/lib/Support/Unix/FileSystem.inc
15 --- a/lib/Support/Unix/FileSystem.inc
16 +++ b/lib/Support/Unix/FileSystem.inc
27 diff --git a/lib/Support/Windows/FileSystem.inc b/lib/Support/Windows/FileSystem.inc
29 --- a/lib/Support/Windows/FileSystem.inc
30 +++ b/lib/Support/Windows/FileSystem.in
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 2 import flash.filesystem.File;
3 import flash.filesystem.FileMode;
4 import flash.filesystem.FileStream;
  /external/e2fsprogs/
e2fsprogs.lsm 2 Title: EXT2 Filesystem utilities
5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
7 Keywords: utilities, filesystem, Ext2fs, ext3, ext4
  /external/e2fsprogs/tests/f_badjour_indblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
6 Adding dirhash hint to filesystem.
28 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/
filter.sed 6 /^Filesystem created:/d
7 /^Filesystem flags:/d
8 /^Filesystem UUID:/d
  /external/squashfs-tools/RELEASE-READMEs/
README-2.0 6 SQUASHFS 2.0 - A squashed read-only filesystem for Linux
13 filesystem have been made under the bonnet (hood). Squashfs 2.0 uses fragment
18 filesystem.
36 filesystem to be specified, overriding the uids/gids in the
37 source filesystem.
61 Do not use fragment blocks, and rather generate a filesystem
62 similar to a Squashfs 1.x filesystem. It will of course still
63 be a Squashfs 2.0 filesystem but without fragments, and so
90 uids/gids in the generated Squashfs filesystem to be root.
96 This option forces all files in the generated Squashfs filesystem t
    [all...]
  /external/e2fsprogs/resize/
resize2fs.8.in 31 If the filesystem is mounted, it can be used to expand the size of the
32 mounted filesystem, assuming the kernel supports on-line resizing. (As
38 parameter specifies the requested new size of the filesystem.
41 parameter shall be the filesystem blocksize of the filesystem.
49 of the filesystem may never be larger than the size of the partition.
65 a filesystem, you must make sure you can expand the size of the
75 certainly not work, and you may lose your entire filesystem.
78 run resize2fs to resize the ext2 filesystem
83 to shrink the size of filesystem. Then you may us
    [all...]

Completed in 116 milliseconds

12 3 4 5 6 7 8 91011>>