Searched defs:ino (Results 76 - 91 of 91) sorted by relevance

1234

/external/e2fsprogs/e2fsck/
H A Dpass1.c69 static void mark_inode_bad(e2fsck_t ctx, ino_t ino);
80 ext2_ino_t ino; member in struct:process_block_struct
97 ext2_ino_t ino; member in struct:process_inode_block
168 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino, argument
185 if (ext2fs_extent_open2(fs, ino, inode, &handle))
249 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
268 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
346 e2fsck_write_inode_full(ctx, pctx->ino, pctx->inode,
364 printf("inode #%u, i_extra_size %d\n", pctx->ino,
379 e2fsck_write_inode_full(ctx, pctx->ino, pct
547 ext2_ino_t ino = 0; local
1337 mark_inode_bad(e2fsck_t ctx, ino_t ino) argument
1496 ext2_ino_t ino = pctx->ino; local
1675 handle_htree(e2fsck_t ctx, struct problem_context *pctx, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf) argument
1732 e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino, struct ext2_inode *inode, int restart_flag, const char *source) argument
1961 ext2_ino_t ino = pctx->ino; local
2004 ext2_ino_t ino = pctx->ino; local
2779 pass1_get_blocks(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks) argument
2793 pass1_read_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
2804 pass1_write_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
2815 pass1_check_directory(ext2_filsys fs, ext2_ino_t ino) argument
[all...]
H A Dproblem.h17 ext2_ino_t ino, ino2, dir; member in struct:problem_context
/external/e2fsprogs/misc/
H A De2image.c295 ext2_ino_t ino; member in struct:process_block_struct
309 ext2_ino_t ino, variable
314 if ((ino != stashed_ino) || !stashed_inode)
323 ext2_ino_t ino)
325 if ((ino != stashed_ino) || !stashed_inode)
334 ext2_ino_t ino, variable
337 if ((ino != stashed_ino) || !stashed_inode)
1247 ext2_ino_t ino; local
1291 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1299 if (ino
[all...]
H A Dmke2fs.c398 ext2_ino_t ino; local
410 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, strlen(name), 0, &ino);
423 retval = ext2fs_expand_dir(fs, ino);
H A Dtune2fs.c307 ino_t ino = fs->super->s_journal_inum; local
309 retval = ext2fs_read_inode(fs, ino, &inode);
315 if (ino == EXT2_JOURNAL_INO) {
322 retval = ext2fs_block_iterate3(fs, ino,
335 retval = ext2fs_write_inode(fs, ino, &inode);
1491 ext2_ino_t ino; local
1506 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1510 if (!ino)
1537 retval = ext2fs_write_inode(fs, ino, &inode);
1545 retval = ext2fs_block_iterate3(fs, ino,
1665 ext2_ino_t ino; local
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c363 ULong dev, ULong ino, Off64T offset,
526 seg->dev, seg->ino, seg->offset, seg->fnIdx,
572 seg->dev, seg->ino, seg->offset, seg->fnIdx
711 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
718 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
731 s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
775 && s1->dev == s2->dev && s1->ino == s2->ino
891 ULong dev, ULong ino, Off64T offset,
962 = nsegments[i].dev != 0 || nsegments[i].ino !
890 sync_check_mapping_callback( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ) argument
1561 read_maps_callback( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ) argument
2044 ULong dev, ino; local
2242 ULong dev, ino; local
2539 ULong dev, ino; local
3235 parse_procselfmaps( void (*record_mapping)( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ), void (*record_gap)( Addr addr, SizeT len ) ) argument
3248 ULong foffset, dev, ino; local
3444 parse_procselfmaps( void (*record_mapping)( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar* filename ), void (*record_gap)( Addr addr, SizeT len ) ) argument
3503 add_mapping_callback(Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const HChar *filename) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h136 ext2_ino_t ino; member in struct:ext2_db_entry2
143 ext2_ino_t ino; member in struct:ext2_db_entry
225 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
226 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
228 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
230 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
681 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
682 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino,
869 ext2_ino_t ino,
878 ext2_ino_t ino,
1692 ext2fs_group_of_ino(ext2_filsys fs, ext2_ino_t ino) argument
[all...]
H A Dtdb.c3770 ino_t ino)
3775 if (i->device == device && i->inode == ino) {
3769 tdb_already_open(dev_t device, ino_t ino) argument
/external/f2fs-tools/include/
H A Df2fs_fs.h396 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */ member in struct:f2fs_orphan_block
491 __le32 ino; /* inode nunmber */ member in struct:node_footer
514 __le32 ino; /* inode number */ member in struct:f2fs_nat_entry
689 __le32 ino; /* inode number */ member in struct:f2fs_dir_entry
/external/iproute2/misc/
H A Dss.c202 unsigned int ino; member in struct:user_ent
211 static int user_ent_hashfn(unsigned int ino) argument
213 int val = (ino >> 24) ^ (ino >> 16) ^ (ino >> 8) ^ ino;
218 static void user_ent_add(unsigned int ino, const char *process, int pid, int fd) argument
228 p->ino = ino;
233 pp = &user_ent_hash[user_ent_hashfn(ino)];
275 unsigned int ino; local
313 find_users(unsigned ino, char *buf, int buflen) argument
442 unsigned ino; member in struct:tcpstat
1937 int ino; member in struct:unixstat
2269 int ino; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfuse.h140 uint64_t ino; member in struct:fuse_attr
665 uint64_t ino; member in struct:fuse_dirent
689 uint64_t ino; member in struct:fuse_notify_inval_inode_out
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c921 ino_t ino; /* Inode number */ member in struct:unixFileId
1159 fileId.ino = statbuf.st_ino;
4780 || pInode->fileId.ino!=sStat.st_ino) ){
/external/elfutils/0.153/src/
H A Dld.h98 ino_t ino; member in struct:usedfiles
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c25062 ino_t ino; /* Inode number */ member in struct:unixFileId
25300 fileId.ino = statbuf.st_ino;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25304 ino_t ino; /* Inode number */ member in struct:unixFileId
25541 fileId.ino = statbuf.st_ino;
25575 (osStat(pFile->zPath, &buf)!=0 || buf.st_ino!=pFile->pInode->fileId.ino);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25322 ino_t ino; /* Inode number */ member in struct:unixFileId
25559 fileId.ino = statbuf.st_ino;
25593 (osStat(pFile->zPath, &buf)!=0 || buf.st_ino!=pFile->pInode->fileId.ino);
[all...]

Completed in 2639 milliseconds

1234