Searched refs:inode (Results 76 - 100 of 146) sorted by relevance

123456

/external/e2fsprogs/lib/ext2fs/
H A Ddirblock.c40 dirent->inode = ext2fs_swab32(dirent->inode);
100 dirent->inode = ext2fs_swab32(dirent->inode);
H A Dinode_io.c2 * inode_io.c --- This is allows an inode in an ext2 filesystem image
39 struct ext2_inode inode; member in struct:inode_private_data
83 struct ext2_inode *inode,
98 if (inode) {
99 memcpy(&data->inode, inode, sizeof(struct ext2_inode));
157 &data->inode : 0, open_flags,
82 ext2fs_inode_io_intern2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char **name) argument
H A Dext2_fs.h43 * Special inode numbers
45 #define EXT2_BAD_INO 1 /* Bad blocks inode */
46 #define EXT2_ROOT_INO 2 /* Root inode */
47 #define EXT4_USR_QUOTA_INO 3 /* User quota inode */
48 #define EXT4_GRP_QUOTA_INO 4 /* Group quota inode */
49 #define EXT2_BOOT_LOADER_INO 5 /* Boot loader inode */
50 #define EXT2_UNDEL_DIR_INO 6 /* Undelete directory inode */
51 #define EXT2_RESIZE_INO 7 /* Reserved group descriptors inode */
52 #define EXT2_JOURNAL_INO 8 /* Journal inode */
53 #define EXT2_EXCLUDE_INO 9 /* The "exclude" inode, fo
766 __u32 inode; /* Inode number */ member in struct:ext2_dir_entry
779 __u32 inode; /* Inode number */ member in struct:ext2_dir_entry_2
[all...]
H A Dtst_iscan.c2 * tst_inode.c --- this function tests the inode scan function
68 * Setup the variables for doing the inode scan test.
112 retval = ext2fs_allocate_inode_bitmap(test_fs, "bad inode map",
116 "While allocating bad inode bitmap");
142 struct ext2_inode inode; local
149 com_err("iterate", retval, "While opening inode scan");
153 retval = ext2fs_get_next_inode(scan, &ino, &inode);
155 com_err("iterate", retval, "while reading first inode");
159 retval = ext2fs_get_next_inode(scan, &ino, &inode);
166 "while getting next inode");
[all...]
H A Dext2fs.h196 * Special flag in the ext2 inode i_flag field that means that this is
197 * a new inode. (So that ext2_write_inode() can clear extra fields.)
205 #define EXT2_MKJOURNAL_LAZYINIT 0x0000002 /* don't zero journal inode before use*/
229 struct ext2_inode *inode);
231 struct ext2_inode *inode);
304 * to an inode. It can also be used for programs that want to be able
311 * inode.
503 * ext2 size of an inode
812 struct ext2_inode *inode);
814 struct ext2_inode *inode);
1713 ext2fs_inode_data_blocks(ext2_filsys fs, struct ext2_inode *inode) argument
[all...]
H A Dext2fsP.h78 struct ext2_inode inode; member in struct:ext2_inode_cache_ent
146 struct ext2_inode *inode,
H A Dextent.c55 struct ext2_inode *inode; member in struct:ext2_extent_handle
160 * Begin functions to handle an inode's extent information
186 struct ext2_inode *inode,
196 if (!inode)
208 if (inode) {
209 handle->inode = inode;
211 handle->inode = &handle->inodebuf;
212 retval = ext2fs_read_inode(fs, ino, handle->inode);
217 eh = (struct ext3_extent_header *) &handle->inode
185 ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, ext2_extent_handle_t *ret_handle) argument
[all...]
H A Dkernel-jbd.h376 struct inode * t_ilist;
544 /* Optional inode where we store the journal. If present, all
545 * journal block numbers are mapped into this inode via
547 struct inode * j_inode;
705 extern journal_t * journal_init_inode (struct inode *);
854 extern int journal_blocks_per_page(struct inode *inode);
872 extern int jbd_blocks_per_page(struct inode *inode);
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h30 u32 *inode; member in struct:dentry
H A Dext4.h25 #define EXT4_ERROR_INODE(inode, fmt, a...) ext4_error_inode(__func__, (inode), (fmt), ## a);
63 struct inode *inode; member in struct:ext4_allocation_request
306 #define EXT4_INODE_SET_XTIME(xtime, inode, raw_inode) do { (raw_inode)->xtime = cpu_to_le32((inode)->xtime.tv_sec); if (EXT4_FITS_IN_INODE(raw_inode, EXT4_I(inode), xtime ## _extra)) (raw_inode)->xtime ## _extra = ext4_encode_extra_time(&(inode)->xtime); } while (0)
308 #define EXT4_INODE_GET_XTIME(xtime, inode, raw_inode) do { (inode)
535 __le32 inode; member in struct:ext4_dir_entry
542 __le32 inode; member in struct:ext4_dir_entry_2
[all...]
H A Dmake_ext4fs.c72 Allocating blocks in the same block group as the file inode
85 u32 inode; local
96 inode = make_directory(root_inode, 0, NULL, 0);
97 *dentries.inode = inode;
98 inode_set_permissions(inode, dentries.mode,
110 inode_set_selinux(inode, secontext);
138 u32 inode; local
260 inode = make_directory(dir_inode, entries, dentries, dirs);
277 subdir_dir_path, inode, fs_config_fun
[all...]
/external/e2fsprogs/e2fsck/
H A Discan.c2 * Test to see how quickly we can scan the inode table (not doing
99 struct ext2_inode inode; local
118 com_err(program_name, retval, _("while opening inode scan"));
123 retval = ext2fs_get_next_inode(scan, &ino, &inode);
126 _("while getting next inode"));
H A De2fsck.h184 #define E2F_FLAG_JOURNAL_INODE 0x0080 /* Create a new ext3 journal inode */
188 #define E2F_FLAG_RESIZE_INODE 0x0400 /* Request to recreate resize inode */
265 * Array of flags indicating whether an inode bitmap, block
266 * bitmap, or inode table is invalid
470 struct ext2_inode *inode);
472 struct ext2_inode *inode, char *buf);
474 struct ext2_inode *inode, int restart_flag,
482 extern int e2fsck_reconnect_file(e2fsck_t ctx, ext2_ino_t inode);
536 extern int inode_has_valid_blocks(struct ext2_inode *inode);
538 struct ext2_inode * inode, cons
[all...]
H A Djournal.c52 struct inode *inode = journal->j_inode;
56 if (!inode) {
61 retval= ext2fs_bmap2(inode->i_ctx->fs, inode->i_ino,
62 &inode->i_ext2, NULL, 0, block, 0, &pblk);
234 struct inode *j_inode = NULL;
273 "journal inode");
471 /* The journal inode is bogus, remove and force full fsck */
529 /* If we don't even have JFS_MAGIC, we probably have a wrong inode */
942 struct ext2_inode inode; local
[all...]
/external/e2fsprogs/debugfs/
H A Ddebugfs.h47 ext2_ino_t *inode, int flags);
50 extern int debugfs_read_inode(ext2_ino_t ino, struct ext2_inode * inode,
52 extern int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
54 extern int debugfs_write_inode(ext2_ino_t ino, struct ext2_inode * inode,
56 extern int debugfs_write_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
58 extern int debugfs_write_new_inode(ext2_ino_t ino, struct ext2_inode * inode,
/external/valgrind/main/callgrind/
H A Dmain.c247 InstrInfo* inode; member in struct:__anon32375
334 ev->inode, ev->inode->instr_offset);
338 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
344 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
350 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
355 VG_(printf)("Bc %p GA=", ev->inode);
616 addEvent_Dr( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
637 addEvent_Dw( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
672 addEvent_D_guarded( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
716 addEvent_Bc( ClgState* clgs, InstrInfo* inode, IRAtom* guard ) argument
736 addEvent_Bi( ClgState* clgs, InstrInfo* inode, IRAtom* whereTo ) argument
[all...]
/external/e2fsprogs/misc/
H A De2initrd_helper.c78 struct ext2_inode inode; local
90 retval = ext2fs_read_inode(fs, ino, &inode);
94 if (inode.i_size_high || (inode.i_size > 65536))
97 buf = malloc(inode.i_size + 1);
100 memset(buf, 0, inode.i_size+1);
106 retval = ext2fs_file_read(e2_file, buf, inode.i_size, &got);
H A De2image.c247 _("while writing inode table"));
263 _("while writing inode bitmap"));
301 * ext2fs_check_directory; we use them since we already have the inode
303 * the inode again.
335 struct ext2_inode *inode) struct
339 *inode = *stashed_inode;
412 * Mark the blocks used for the inode table
443 * Mark block used for the inode bitmap
1245 struct ext2_inode inode; local
1277 _("while opening inode sca
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c524 InstrInfo* inode; member in struct:__anon32356
645 VG_(printf)("IrGen %p\n", ev->inode);
648 VG_(printf)("IrNoX %p\n", ev->inode);
651 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
656 VG_(printf)("Dw %p %d EA=", ev->inode, ev->Ev.Dw.szB);
661 VG_(printf)("Dm %p %d EA=", ev->inode, ev->Ev.Dm.szB);
666 VG_(printf)("Bc %p GA=", ev->inode);
671 VG_(printf)("Bi %p DST=", ev->inode);
734 i_node_expr = mkIRExpr_HWord( (HWord)ev->inode );
750 tl_assert(ev2->inode
903 addEvent_Dr( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
923 addEvent_Dw( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
960 addEvent_D_guarded( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
1006 addEvent_Bc( CgState* cgs, InstrInfo* inode, IRAtom* guard ) argument
1026 addEvent_Bi( CgState* cgs, InstrInfo* inode, IRAtom* whereTo ) argument
[all...]
/external/f2fs-tools/fsck/
H A Ddump.c205 /* check data blocks in inode */
210 /* check node blocks in inode */
229 struct f2fs_inode *inode = &node_blk->i; local
230 u32 imode = le32_to_cpu(inode->i_mode);
250 strncpy(name, (const char *)inode->i_name,
251 le32_to_cpu(inode->i_namelen));
252 name[le32_to_cpu(inode->i_namelen)] = 0;
262 ret = ftruncate(config.dump_fd, le32_to_cpu(inode->i_size));
/external/chromium_org/base/debug/
H A Dproc_maps_linux.cc117 long inode = 0; local
122 // address perms offset dev inode pathname
130 &dev_major, &dev_minor, &inode, &path_index) < 7) {
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcsbits.h82 FTC_SNode_Weight( FTC_SNode inode );
/external/freetype/src/cache/
H A Dftcsbits.h82 FTC_SNode_Weight( FTC_SNode inode );
/external/chromium_org/net/quic/crypto/
H A Dstrike_register.cc229 InternalNode* inode = &internal_nodes_[internal_node_index]; local
231 inode->SetChild(newdirection, external_node_index | kExternalFlag);
232 inode->SetCritByte(differing_byte);
233 inode->SetOtherBits(new_other_bits);
262 inode->SetChild(newdirection ^ 1, *where_index >> 8);
406 InternalNode* inode = &internal_nodes_[p]; local
409 wherep = &inode->data_[0];
/external/e2fsprogs/resize/
H A Dresize2fs.c18 * 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.
262 * initialize any new parts of the inode table. The new parts of the
263 * inode table are created in virgin disk space, so we can abort here
269 * If the group descriptor's bitmap and inode table blocks are valid,
271 * reserved so the old inode table blocks don't get overwritten.
342 * backups, the inode bitma
1367 struct ext2_inode * inode; member in struct:process_block_struct
1442 struct ext2_inode *inode = NULL; local
1609 struct ext2_inode inode; local
1846 struct ext2_inode inode; local
2002 struct ext2_inode inode; local
[all...]

Completed in 2243 milliseconds

123456