/external/selinux/libsepol/include/sepol/policydb/ |
services.h | 211 * the specified filesystem type, and optionally return a SID 212 * for the filesystem object. 224 * Return the SID to use for a file in a filesystem
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
msdos_fs.h | 9 * The MS-DOS filesystem constants/structures 124 __u8 version[2]; /* major, minor filesystem version */ 126 __le16 info_sector; /* filesystem info sector */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
msdos_fs.h | 9 * The MS-DOS filesystem constants/structures 125 __u8 version[2]; /* major, minor filesystem version */ 127 __le16 info_sector; /* filesystem info sector */
|
/system/core/fs_mgr/ |
fs_mgr.c | 111 * First try to mount and unmount the filesystem. We do this because 117 * After mounting and unmounting the filesystem, run e2fsck, and if an 118 * error is recorded in the filesystem superblock, e2fsck will do a full 121 * fix the filesystem. 376 ERROR("FS label is longer than allowed by filesystem\n"); 645 /* If tmp_mount_point is non-null, mount the filesystem there. This is for the 673 ERROR("Cannot mount filesystem of type %s on %s\n", 678 /* First check the filesystem if requested */ 714 ERROR("Cannot mount filesystem on %s at %s. error: %s\n", 731 * mount a tmpfs filesystem at the given point [all...] |
/system/extras/ext4_utils/ |
ext4fixup.c | 40 * _NOT_ the filesystem block size! 152 /* If we are in the process of updating the filesystem, make it unmountable */ 155 /* we are done, so make the filesystem mountable again */ 316 * which prevents the filesystem from mounting. The bit for the primary 559 * plus block_size/4 singly indirect blocks, which for a filesystem with 4K blocks 706 critical_error_errno("failed to open filesystem image"); 711 critical_error("Filesystem needs recovery first, mount and unmount to do that\n"); 716 * The low bit is set to make the filesystem unmountable while 725 critical_error("Expected filesystem to have filetype flag set\n"); 731 /* This filesystem has either already been updated, or wa [all...] |
ext4_utils.c | 171 /* Write the filesystem image to a file */ 177 /* Compute the rest of the parameters of the filesystem from the basic info */ 231 /* Fill in the superblock memory buffer based on the filesystem parameters */ 368 error("filesystem state not valid"); 446 /* Update the number of free blocks and inodes in the filesystem and in each 530 warn("Computed filesystem size less than 0"); 575 printf("Found filesystem with parameters:\n");
|
/system/vold/ |
PublicVolume.cpp | 98 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; 103 LOG(ERROR) << getId() << " failed filesystem check"; 229 LOG(ERROR) << "Unsupported filesystem " << fsType;
|
/docs/source.android.com/src/source/ |
building-running.jd | 145 <h3 id="case-insensitive-filesystem">Case Insensitive Filesystem</h3> 146 <p>If you are building on an HFS filesystem on Mac OS, you may encounter an error such as</p> 148 You are building on a case-insensitive filesystem. 149 Please move your source tree to a case-sensitive filesystem.
|
/external/e2fsprogs/lib/blkid/ |
probe.c | 164 * Check to see if a filesystem is in /proc/filesystems. 201 * Check to see if a filesystem is available as a module 333 * If the filesystem does not have a journal and ext2 and ext4 335 * ext4dev filesystem. 345 * If the filesystem is marked as OK for use by in-development 346 * filesystem code, but ext4dev is not supported, and ext4 is, 350 * If the filesystem is marked as in use by production 351 * filesystem, then it can only be used by ext4 and NOT by 377 * If the filesystem does not have a journal and ext2 is not 379 * filesystem [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 2 * ismounted.c --- Check to see if the filesystem was mounted 77 * filesystem is mounted. Returns an error if the file doesn't exist 139 * /dev/root for the root filesystem. Argh. Instead we 191 * Check to see if we're referring to the root filesystem. 432 printf("\t%s is the root filesystem.\n", argv[1]);
|
openfs.c | 2 * openfs.c --- open an ext2 filesystem 84 * EXT2_FLAG_RW - Open the filesystem for read/write. 85 * EXT2_FLAG_FORCE - Open the filesystem even if some of the 296 * Set the blocksize to the filesystem's blocksize. 429 * Set/get the filesystem data I/O channel.
|
initialize.c | 2 * initialize.c --- initialize a filesystem handle given superblock 3 * parameters. Used by mke2fs when initializing a filesystem. 49 * Calculate the number of GDT blocks to reserve for online filesystem growth. 62 /* We set it at 1024x the current filesystem size, or 291 * that we have enough inodes for the filesystem(!) 419 * At this point we know how big the filesystem will be. So
|
/docs/source.android.com/src/devices/tech/ota/ |
inside_packages.jd | 160 the MTD partition; an empty yaffs2 filesystem is constructed there. Remaining 163 for the partition. An empty ext4 filesystem is constructed there. If 164 <i>fs_size</i> is zero, the filesystem takes up the entire partition. If 165 <i>fs_size</i> is a positive number, the filesystem takes the first 167 negative number, the filesystem takes all except the last <i>|fs_size|</i> 171 <i>fs_size</i> is zero, the filesystem takes up the entire partition. If 172 <i>fs_size</i> is a positive number, the filesystem takes the first 174 <li>mount_point should be the future mount point for the filesystem.</li></ul> 190 <dd>Returns true iff there is a filesystem mounted at <i>mount_point</i>.</dd> 198 <dd>Mounts a filesystem of <i>fs_type</i> at <i>mount_point</i> [all...] |
block.jd | 76 system partition at the filesystem layer (on a file-by-file basis). The update 84 the filesystem) using one of the following methods:</p> 146 the OTA attempts to access modified parts of the system filesystem, the OTA
|
/external/toybox/toys/pending/ |
mke2fs.c | 1 /* mke2fs.c - Create an ext2 filesystem image. 14 Create an ext2 filesystem on a block device or filesystem image. 22 -m percent Reserve this percent of filesystem space for root user 81 long inodes; // Total inodes in filesystem. 86 struct dirtree *dt; // Tree of files to copy into the new filesystem. 90 unsigned blocks; // Total blocks in the filesystem. 91 unsigned freeblocks; // Free blocks in the filesystem. 99 int fsfd; // File descriptor of filesystem (to output to). 449 // TODO: Check if filesystem is mounted her [all...] |
fsck.c | 1 /* fsck.c - check and repair a Linux filesystem 19 -R With -A, skip the root filesystem 23 -t TYPE List of filesystem types to check 141 if (n && TT.negate != no) error_exit("either all or none of the filesystem" 163 // return true if has to ignore the filesystem. 306 if (toys.optflags & FLAG_V) xprintf("Checking all filesystem\n");
|
/external/e2fsprogs/misc/ |
tune2fs.c | 110 static const char *please_fsck = N_("Please run e2fsck on the filesystem.\n"); 177 * Remove an external journal from the filesystem 239 /* Find the filesystem UUID */ 246 fputs(_("Filesystem's UUID not found on journal device.\n"), 301 * Remove the journal inode from the filesystem 414 _("Invalid filesystem option set: %s\n"), 417 fprintf(stderr, _("Clearing filesystem feature '%s' " 423 fprintf(stderr, _("Setting filesystem feature '%s' " 433 "cleared when the filesystem is\n" 460 "be set if the filesystem is mounted or\n [all...] |
fsck.c | 331 * Load the filesystem database from /etc/fstab 695 * (as in "noext2") and only one filesystem type is specified, then 741 N_("Either all or none of the filesystem types passed to -t must be prefixed\n" 760 fputs(_("Couldn't allocate memory for filesystem types\n"), 834 /* See if the filesystem matches the criteria given by the -t option */ 866 /* Check if we should ignore this filesystem. */ 969 * Do an initial scan over the filesystem; mark filesystems 971 * filesystem types (done as a side-effect of calling ignore()). 979 * Find and check the root filesystem. 999 * filesystem twice. Skip root will skep all root entries [all...] |
badblocks.8.in | 71 block size in use by the filesystem. 108 potentially crash and/or damage the filesystem even if it is mounted 132 an existing filesystem, in a format suitable for use with this option.
|
/external/e2fsprogs/po/ |
e2fsprogs.pot | 777 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n 778 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n 793 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n 823 #. @-expanded: filesystem did not have a UUID; generating one.\n 868 #. @-expanded: External journal has multiple filesystem users (unsupported).\n 883 #. @-expanded: External journal does not support this filesystem\n 888 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n 926 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem. 1019 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\ [all...] |
id.po | 775 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n 776 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n 800 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n 837 #. @-expanded: filesystem did not have a UUID; generating one.\n 890 #. @-expanded: External journal has multiple filesystem users (unsupported).\n 905 #. @-expanded: External journal does not support this filesystem\n 910 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n 952 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem. 1058 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\ [all...] |
zh_CN.po | 776 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n 777 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n 793 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n 826 #. @-expanded: filesystem did not have a UUID; generating one.\n 873 #. @-expanded: External journal has multiple filesystem users (unsupported).\n 888 #. @-expanded: External journal does not support this filesystem\n 893 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n 932 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem. 1028 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\ [all...] |
/external/squashfs-tools/squashfs-tools/ |
gzip_wrapper.c | 63 * a format suitable for writing to the filesystem. 164 * compressor options field in the filesystem (stored immediately 211 * to the same state they were when the filesystem was originally 214 * original filesystem. 273 "filesystem!\n"); 327 "filesystem!\n");
|
xz_wrapper.c | 66 * a format suitable for writing to the filesystem. 219 * compressor options field in the filesystem (stored immediately 264 * to the same state they were when the filesystem was originally 267 * original filesystem. 319 "filesystem!\n"); 372 "filesystem!\n");
|
/external/e2fsprogs/ext2ed/ |
disk.c | 8 The filesystem's disk activity pass through here. 38 This function is used when we need to read something from the filesystem. 78 This is used to change something in the filesystem.
|