HomeSort by relevance Sort by last modified time
    Searched refs:inode (Results 151 - 175 of 239) sorted by null

1 2 3 4 5 67 8 910

  /external/libchrome/base/debug/
proc_maps_linux.cc 119 long inode = 0; local
124 // address perms offset dev inode pathname
132 &dev_major, &dev_minor, &inode, &path_index) < 7) {
  /external/u-boot/fs/jffs2/
summary.h 39 __u32 inode; /* inode number */ member in struct:jffs2_sum_inode_flash
40 __u32 version; /* inode version */
50 __u32 pino; /* parent inode */
94 __u32 inode; /* inode number */ member in struct:jffs2_sum_inode_mem
95 __u32 version; /* inode version */
106 __u32 pino; /* parent inode */
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 209 * Special flag in the ext2 inode i_flag field that means that this is
210 * a new inode. (So that ext2_write_inode() can clear extra fields.)
218 #define EXT2_MKJOURNAL_LAZYINIT 0x0000002 /* don't zero journal inode before use*/
243 struct ext2_inode *inode);
245 struct ext2_inode *inode);
267 * Inode cache
339 * to an inode. It can also be used for programs that want to be able
346 * inode.
379 struct ext2_inode *inode; member in struct:blk_alloc_ctx
489 * Inode scan definition
    [all...]
ext2_fs.h 52 * Special inode numbers
54 #define EXT2_BAD_INO 1 /* Bad blocks inode */
55 #define EXT2_ROOT_INO 2 /* Root inode */
56 #define EXT4_USR_QUOTA_INO 3 /* User quota inode */
57 #define EXT4_GRP_QUOTA_INO 4 /* Group quota inode */
58 #define EXT2_BOOT_LOADER_INO 5 /* Boot loader inode */
59 #define EXT2_UNDEL_DIR_INO 6 /* Undelete directory inode */
60 #define EXT2_RESIZE_INO 7 /* Reserved group descriptors inode */
61 #define EXT2_JOURNAL_INO 8 /* Journal inode */
62 #define EXT2_EXCLUDE_INO 9 /* The "exclude" inode, for snapshots *
976 __u32 inode; \/* Inode number *\/ member in struct:ext2_dir_entry
997 __u32 inode; \/* Inode number *\/ member in struct:ext2_dir_entry_2
    [all...]
alloc.c 58 * Check for uninit inode bitmaps and deal with them appropriately
84 * group to find the next free inode.
348 struct ext2_inode *inode, blk64_t lblk)
356 /* Make sure data stored in inode->i_block is neither fast symlink nor
359 if (inode == NULL || ext2fs_is_fast_symlink(inode) ||
360 inode->i_flags & EXT4_INLINE_DATA_FL)
363 if (inode->i_flags & EXT4_EXTENTS_FL) {
364 err = ext2fs_extent_open2(fs, ino, inode, &handle);
378 if (inode->i_block[0]
    [all...]
ext2fsP.h 79 * Inode cache structure
92 struct ext2_inode *inode; member in struct:ext2_inode_cache_ent
183 struct ext2_inode *inode,
get_pathname.c 2 * get_pathname.c --- do directory/inode -> name translation
16 * This function translates takes two inode numbers into a
18 * directory inode, and <ino> is the inode number itself. If
57 gp->parent = dirent->inode;
58 if (dirent->inode == gp->search_ino) {
extent.c 58 struct ext2_inode *inode; member in struct:ext2_extent_handle
192 * Begin functions to handle an inode's extent information
218 struct ext2_inode *inode,
228 if (!inode)
240 if (inode) {
241 handle->inode = inode;
243 handle->inode = &handle->inodebuf;
244 retval = ext2fs_read_inode(fs, ino, handle->inode);
249 eh = (struct ext3_extent_header *) &handle->inode->i_block[0]
    [all...]
kernel-jbd.h 441 extern int journal_blocks_per_page(struct inode *inode);
459 extern int jbd_blocks_per_page(struct inode *inode);
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 520 int print_filename(char *pathname, struct inode *inode)
534 user = getpwuid(inode->uid);
536 int res = snprintf(dummy, 12, "%d", inode->uid);
548 group = getgrgid(inode->gid);
550 int res = snprintf(dummy2, 12, "%d", inode->gid);
562 printf("%s %s/%s ", modestr(str, inode->mode), userstr, groupstr);
564 switch(inode->mode & S_IFMT) {
574 inode->data);
582 (int) inode->data >> 8, (int) inode->data
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 18 * 1. Adjust superblock and write out new parts of the inode
22 * 3. Scan the inode table, doing the following:
26 * b. If parts of the inode table need to be evacuated,
32 * 4. Update the directory blocks with the new inode locations.
33 * 5. Move the inode tables, if necessary.
347 /* Move bitmaps/inode tables out of the way. */
432 * Move any conflicting bitmaps and inode tables. Ensure that we
475 struct ext2_inode *inode)
482 if (!(inode->i_flags & EXT4_EXTENTS_FL))
516 struct ext2_inode *inode = NULL local
1817 struct ext2_inode * inode; member in struct:process_block_struct
2134 struct ext2_inode *inode = NULL; local
2333 struct ext2_inode inode; local
2755 struct ext2_inode inode; local
2902 struct ext2_inode inode; local
    [all...]
  /external/f2fs-tools/fsck/
dir.c 294 * Parent inode needs updating, because its inode info may be changed.
332 static void make_empty_dir(struct f2fs_sb_info *sbi, struct f2fs_node *inode)
335 nid_t ino = le32_to_cpu(inode->footer.ino);
336 nid_t pino = le32_to_cpu(inode->i.i_pino);
368 inode->i.i_addr[get_extra_isize(inode)] = cpu_to_le32(blkaddr);
372 static void page_symlink(struct f2fs_sb_info *sbi, struct f2fs_node *inode,
375 nid_t ino = le32_to_cpu(inode->footer.ino);
385 if ((unsigned long)(symlen + 1) <= MAX_INLINE_DATA(inode)) {
484 struct f2fs_inode *inode = &(node->i); local
    [all...]
  /external/freetype/src/cache/
ftcsbits.h 82 FTC_SNode_Weight( FTC_SNode inode );
  /external/e2fsprogs/e2fsck/
e2fsck.h 96 ext2_ino_t ino; /* Inode number */
107 ext2_ino_t ino; /* Inode number */
174 #define E2F_OPT_ICOUNT_FULLMAP 0x20000 /* use an array for inode counts */
190 #define E2F_FLAG_JOURNAL_INODE 0x0080 /* Create a new ext3 journal inode */
194 #define E2F_FLAG_RESIZE_INODE 0x0400 /* Request to recreate resize inode */
265 * Inode count arrays
285 * Array of flags indicating whether an inode bitmap, block
286 * bitmap, or inode table is invalid
509 struct ext2_inode *inode,
535 struct ext2_inode *inode);
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 72 struct inode *root;
163 /* Check the root inode for sanity */
242 /* Allocate and read inode lookup table */
269 ERROR("Root inode create failed\n");
405 static struct inode *squashfs_alloc_inode(struct super_block *sb)
414 static void squashfs_destroy_inode(struct inode *inode)
416 kmem_cache_free(squashfs_inode_cachep, squashfs_i(inode));
  /external/u-boot/fs/ubifs/
debug.c 62 return "inode";
151 return "inode node";
232 void ubifs_dump_inode(struct ubifs_info *c, const struct inode *inode)
235 const struct ubifs_inode *ui = ubifs_inode(inode);
241 pr_err("Dump in-memory inode:");
242 pr_err("\tinode %lu\n", inode->i_ino);
244 (unsigned long long)i_size_read(inode));
245 pr_err("\tnlink %u\n", inode->i_nlink);
246 pr_err("\tuid %u\n", (unsigned int)i_uid_read(inode));
1845 struct inode *inode; local
    [all...]
  /external/f2fs-tools/scripts/
dumpf2fs.sh 42 inode)
  /external/u-boot/fs/ext4/
ext4fs.c 57 unsigned int filesize = le32_to_cpu(node->inode.size);
80 blknr = read_allocated_block(&(node->inode), i);
  /external/xz-embedded/linux/lib/xz/
xz_dec_test.c 64 static int xz_dec_test_open(struct inode *i, struct file *f)
83 static int xz_dec_test_release(struct inode *i, struct file *f)
  /external/grpc-grpc/third_party/nanopb/examples/network_server/
client.c 37 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name);
  /external/nanopb-c/examples/network_server/
client.c 37 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name);
  /external/e2fsprogs/lib/support/
quotaio.h 106 time_t dqi_igrace; /* Inode grace time for given quotafile */
220 void quota_data_inodes(quota_ctx_t qctx, struct ext2_inode_large *inode,
222 void quota_data_add(quota_ctx_t qctx, struct ext2_inode_large *inode,
224 void quota_data_sub(quota_ctx_t qctx, struct ext2_inode_large *inode,
243 * Return pointer to reserved inode field in superblock for given quota type.
245 * This allows the caller to get or set the quota inode by type without the
  /external/e2fsprogs/ext2ed/
dir_com.c 19 We assume that the user reached here using the dir command of the inode type and not by using settype dir, so
22 type_data is not changed! It still contains the inode of the file - We handle the directory in our own
23 variables, so that settype ext2_inode will "go back" to the inode of this directory.
45 This function is called by the inode of the directory when the user issues the dir command from the inode.
46 It is used to gather information about the inode and to reset some variables which we need in order to handle
54 ptr=&type_data.u.t_ext2_inode; /* type_data contains the inode */
57 info_ptr->inode_offset=device_offset; /* device offset contains the inode's offset */
197 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
198 type_data is still intact and contains the inode of the current directory) into the object memory
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 627 __le32 root_ino; /* root inode number */
628 __le32 node_ino; /* node inode number */
629 __le32 meta_ino; /* meta inode number */
641 __le32 qf_ino[F2FS_MAX_QUOTAS]; /* quota inode numbers */
701 * For orphan inode management
706 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */
709 __le16 blk_count; /* Number of orphan inode blocks in CP */
711 __le32 check_sum; /* CRC32 for orphan inode block */
726 #define DEF_ADDRS_PER_INODE 923 /* Address Pointers in an Inode */
727 #define CUR_ADDRS_PER_INODE(inode) (DEF_ADDRS_PER_INODE -
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 174 printf("Inode %u is at group %u, block %llu, offset %u\n",
647 * If the block is an inode block for the inode being searched
648 * for, then we need to dump the contents of that inode
679 struct ext2_inode *inode; local
682 fprintf(out_file, " (inode block for inode %u):\n",
685 inode = (struct ext2_inode *) (buf + inode_offset_to_dump);
686 internal_dump_inode(out_file, " ", inode_to_dump, inode, 0);
690 * on-disk inode, not from the journaled copy of th
    [all...]

Completed in 1654 milliseconds

1 2 3 4 5 67 8 910