HomeSort by relevance Sort by last modified time
    Searched refs:inode (Results 251 - 275 of 307) sorted by null

<<111213

  /toolchain/binutils/binutils-2.27/include/mach-o/
external.h 413 unsigned char inode[8]; member in struct:mach_o_dyld_cache_image_info_external
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 307 'something': '00000000', 'major': '00', 'minor': '00', 'inode':
315 inode = r'(?P<inode>[0-9]+)'
318 devices, inode, name)
  /system/update_engine/payload_generator/
ext2_filesystem.cc 50 // Processes all blocks belonging to an inode and adds them to the extent list.
64 // blocks belonging to an inode. This function should match the prototype of
107 auto ino_file = state->inodes->find(dirent->inode);
123 state->used_inodes->insert(dirent->inode);
184 LOG(ERROR) << "Failed to retrieve next inode (" << error << ")";
199 file.name = base::StringPrintf("<inode-%u>", it_ino);
222 // Process the inode data and metadata blocks.
223 // For normal files, inode blocks are indirect, double indirect
233 LOG(ERROR) << "Failed to enumerate inode " << it_ino
266 LOG(WARNING) << "Reading directory name on inode " << dir_in
    [all...]
  /build/soong/finder/fs/
fs.go 324 func (m *MockFs) getInode(parentDir *mockDir, name string) (inode *mockInode, err error) {
378 modTime time.Time // time at which the inode's contents were modified
379 permTime time.Time // time at which the inode's permissions were modified
946 inode, err := m.getInode(parentDir, leaf)
950 inode.readErr = readErr
951 inode.permTime = m.Clock.Time()
  /external/f2fs-tools/fsck/
fsck.c 515 int fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode,
540 fsck_chk_dnode_blk(sbi, inode, nid, ftype, node_blk,
546 fsck_chk_idnode_blk(sbi, inode, ftype, node_blk,
552 fsck_chk_didnode_blk(sbi, inode, ftype, node_blk,
756 /* check data blocks in inode */
781 /* check node blocks in inode */
864 DBG(1, "Orphan Inode: 0x%x [%s] i_blocks: %u\n\n",
869 DBG(1, "Quota Inode: 0x%x [%s] i_blocks: %u\n\n",
874 DBG(1, "Directory Inode: 0x%x [%s] depth: %d has %d files\n\n",
917 MSG(0, "ino: 0x%x is orphan inode, but has i_links: %u"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ext2_fs.h 59 * Special inode numbers
61 #define EXT2_BAD_INO 1 /* Bad blocks inode */
62 #define EXT2_ROOT_INO 2 /* Root inode */
63 #define EXT2_BOOT_LOADER_INO 5 /* Boot loader inode */
64 #define EXT2_UNDEL_DIR_INO 6 /* Undelete directory inode */
66 /* First non-reserved inode for old ext2 filesystems */
136 * Inode flags (GETFLAGS/SETFLAGS)
177 /* Mask out flags that are inappropriate for the given type of inode. */
207 * Structure of an inode on the disk
379 __le32 s_first_ino; /* First non-reserved inode */
510 __le32 inode; \/* Inode number *\/ member in struct:ext2_dir_entry
523 __le32 inode; \/* Inode number *\/ member in struct:ext2_dir_entry_2
    [all...]
coda.h 328 ino_t inode; member in struct:coda_open_out
  /external/e2fsprogs/misc/
mke2fs.c 131 "[-C cluster-size]\n\t[-i bytes-per-inode] [-I inode-size] "
355 struct ext2_inode *inode; local
357 retval = ext2fs_get_memzero(EXT2_INODE_SIZE(fs->super), &inode);
364 ext2fs_write_inode_full(fs, ino, inode,
367 ext2fs_free_mem(&inode);
414 _("Writing inode tables: "),
437 "blocks in inode table starting at %llu: %s\n"),
460 struct ext2_inode inode; local
469 retval = ext2fs_read_inode(fs, EXT2_ROOT_INO, &inode);
    [all...]
  /bionic/libc/kernel/uapi/linux/
nilfs2_ondisk.h 142 __le64 inode; member in struct:nilfs_dir_entry
coda.h 226 ino_t inode; member in struct:coda_open_out
  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 235 if (!dirent->inode) {
  /external/syslinux/core/fs/btrfs/
btrfs.h 218 /* transid that last touched this inode */
235 * just grow the inode item and version it
245 struct btrfs_inode_item inode; member in struct:btrfs_root_item
287 * btrfs private inode information
  /external/libnl/lib/idiag/
idiag_msg_obj.c 281 void idiagnl_msg_set_inode(struct idiagnl_msg *msg, uint32_t inode)
283 msg->idiag_inode = inode;
403 nl_dump(p, "inode %d\n", msg->idiag_inode);
  /prebuilts/go/darwin-x86/src/os/
types.go 111 // For example, on Unix this means that the device and inode fields
  /prebuilts/go/linux-x86/src/os/
types.go 111 // For example, on Unix this means that the device and inode fields
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 1776 IndexedRegion inode = null; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 330 ino_t inode; member in struct:coda_open_out
nilfs2_ondisk.h 37 * struct nilfs_inode - structure of an inode on disk
81 * @sr_dat: DAT file inode
82 * @sr_cpfile: checkpoint file inode
83 * @sr_sufile: segment usage file inode
183 __le32 s_first_ino; /* First non-reserved inode */
185 /*90*/ __le16 s_inode_size; /* Size of an inode */
236 * Special inode number
238 #define NILFS_ROOT_INO 2 /* Root file inode */
246 #define NILFS_USER_INO 11 /* Fisrt user's file inode number */
301 __le64 inode; /* Inode number * member in struct:nilfs_dir_entry
    [all...]
  /external/strace/
util.c 428 unsigned long inode; local
435 || !(inode = strtoul(str, NULL, 10))
436 || !print_sockaddr_by_inode(tcp, fd, inode)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py     [all...]
  /external/jemalloc/src/
ctl.c 861 const ctl_indexed_node_t *inode; local
870 inode = ctl_indexed_node(node->children);
871 node = inode->index(tsdn, mibp, *depthp, (size_t)index);
987 const ctl_indexed_node_t *inode; local
990 inode = ctl_indexed_node(node->children);
991 node = inode->index(tsd_tsdn(tsd), mib, miblen, mib[i]);
    [all...]
  /external/python/cpython2/Lib/
tarfile.py     [all...]
  /external/python/cpython3/Lib/
tarfile.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py     [all...]

Completed in 1773 milliseconds

<<111213