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

1234

/external/e2fsprogs/lib/ext2fs/
H A Dicount.c45 ext2_ino_t ino; member in struct:ext2_icount_el
265 icount->list[i].ino = hint->list[i].ino;
289 ext2_ino_t ino, int pos)
296 if (icount->last_lookup && icount->last_lookup->ino == ino)
301 new_size = icount->list[(unsigned)icount->count-1].ino;
329 el->ino = ino;
340 ext2_ino_t ino, in
288 insert_icount_el(ext2_icount_t icount, ext2_ino_t ino, int pos) argument
339 get_icount_el(ext2_icount_t icount, ext2_ino_t ino, int create) argument
409 set_inode_count(ext2_icount_t icount, ext2_ino_t ino, __u32 count) argument
440 get_inode_count(ext2_icount_t icount, ext2_ino_t ino, __u32 *count) argument
493 ext2fs_icount_fetch(ext2_icount_t icount, ext2_ino_t ino, __u16 *ret) argument
515 ext2fs_icount_increment(ext2_icount_t icount, ext2_ino_t ino, __u16 *ret) argument
572 ext2fs_icount_decrement(ext2_icount_t icount, ext2_ino_t ino, __u16 *ret) argument
615 ext2fs_icount_store(ext2_icount_t icount, ext2_ino_t ino, __u16 count) argument
671 ext2_ino_t ino; member in struct:test_program
[all...]
H A Dextent.c54 ext2_ino_t ino; member in struct:ext2_extent_handle
180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino, argument
183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, argument
198 if ((ino == 0) || (ino > fs->super->s_inodes_count))
210 handle->ino = ino;
217 retval = ext2fs_read_inode(fs, ino, handle->inode);
549 retval = ext2fs_write_inode(handle->fs, handle->ino,
[all...]
H A Dext2fs.h137 ext2_ino_t ino; member in struct:ext2_db_entry
213 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks);
214 errcode_t (*check_directory)(ext2_filsys fs, ext2_ino_t ino);
216 errcode_t (*read_inode)(ext2_filsys fs, ext2_ino_t ino,
218 errcode_t (*write_inode)(ext2_filsys fs, ext2_ino_t ino,
594 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
595 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino,
697 ext2_ino_t ino,
706 ext2_ino_t ino,
718 extern errcode_t ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino,
1375 ext2fs_group_of_ino(ext2_filsys fs, ext2_ino_t ino) argument
[all...]
H A Dtdb.c3774 ino_t ino)
3779 if (i->device == device && i->inode == ino) {
3773 tdb_already_open(dev_t device, ino_t ino) argument
/external/e2fsprogs/misc/
H A Ddumpe2fs.c307 ino_t ino = fs->super->s_journal_inum; local
312 retval = ext2fs_read_inode(fs, ino, &inode);
318 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file);
H A Dtune2fs.c276 ino_t ino = fs->super->s_journal_inum; local
278 retval = ext2fs_read_inode(fs, ino, &inode);
284 if (ino == EXT2_JOURNAL_INO) {
291 retval = ext2fs_block_iterate(fs, ino,
304 retval = ext2fs_write_inode(fs, ino, &inode);
1206 ext2_ino_t ino; local
1221 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1225 if (!ino)
1250 retval = ext2fs_write_inode(fs, ino, &inode);
1258 retval = ext2fs_block_iterate2(fs, ino,
1378 ext2_ino_t ino; local
[all...]
H A Dmke2fs.c447 ext2_ino_t ino; local
459 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, strlen(name), 0, &ino);
472 retval = ext2fs_expand_dir(fs, ino);
/external/grub/stage2/
H A Dfsys_xfs.c83 ino2agno (xfs_ino_t ino) argument
85 return ino >> XFS_INO_AGINO_BITS;
89 ino2agino (xfs_ino_t ino) argument
91 return ino & XFS_INO_MASK(XFS_INO_AGINO_BITS);
95 ino2offset (xfs_ino_t ino) argument
97 return ino & XFS_INO_MASK(XFS_INO_OFFSET_BITS);
202 di_read (xfs_ino_t ino) argument
210 agno = ino2agno (ino);
211 agino = ino2agino (ino);
213 offset = ino2offset (ino);
333 next_dentry(xfs_ino_t *ino) argument
411 first_dentry(xfs_ino_t *ino) argument
539 xfs_ino_t ino, parent_ino, new_ino; local
[all...]
/external/oprofile/module/
H A Doprofile.c367 static int oprof_open(struct inode * ino, struct file * file) argument
394 static int oprof_release(struct inode * ino, struct file * file) argument
/external/tcpdump/
H A Dprint-nfs.c812 ino_t ino; local
829 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0);
853 (void)printf("%ld", (long) ino);
/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
96 ext2_ino_t ino; member in struct:process_inode_block
167 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino, argument
184 if (ext2fs_extent_open2(fs, ino, inode, &handle))
248 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
267 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
548 ext2_ino_t ino; local
1266 mark_inode_bad(e2fsck_t ctx, ino_t ino) argument
1413 ext2_ino_t ino = pctx->ino; local
1591 handle_htree(e2fsck_t ctx, struct problem_context *pctx, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf) argument
1648 e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino, struct ext2_inode *inode, int restart_flag, const char *source) argument
1828 ext2_ino_t ino = pctx->ino; local
1877 ext2_ino_t ino = pctx->ino; local
2634 pass1_get_blocks(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks) argument
2648 pass1_read_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
2659 pass1_write_inode(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode) argument
2670 pass1_check_directory(ext2_filsys fs, ext2_ino_t ino) argument
[all...]
H A De2fsck.h88 ext2_ino_t ino; /* Inode number */ member in struct:dir_info
99 ext2_ino_t ino; /* Inode number */ member in struct:dx_dir_info
393 extern void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
400 extern int e2fsck_dir_info_set_parent(e2fsck_t ctx, ext2_ino_t ino,
402 extern int e2fsck_dir_info_set_dotdot(e2fsck_t ctx, ext2_ino_t ino,
404 extern int e2fsck_dir_info_get_parent(e2fsck_t ctx, ext2_ino_t ino,
406 extern int e2fsck_dir_info_get_dotdot(e2fsck_t ctx, ext2_ino_t ino,
410 extern void e2fsck_add_dx_dir(e2fsck_t ctx, ext2_ino_t ino, int num_blocks);
411 extern struct dx_dir_info *e2fsck_get_dx_dir_info(e2fsck_t ctx, ext2_ino_t ino);
447 extern int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
[all...]
H A Dproblem.h16 ext2_ino_t ino, ino2, dir; member in struct:problem_context
/external/e2fsprogs/resize/
H A Dresize2fs.c1234 ext2_ino_t ino; member in struct:process_block_struct
1261 printf("ino=%u, blockcnt=%lld, %u->%u\n",
1262 pb->ino, blockcnt, block, new_block);
1268 retval = ext2fs_add_dir_block(fs->dblist, pb->ino,
1309 ext2_ino_t ino, new_inode; local
1367 retval = ext2fs_get_next_inode_full(scan, &ino, inode, inode_size);
1369 if (!ino)
1372 if (inode->i_links_count == 0 && ino != EXT2_RESIZE_INO)
1384 ino, inode, inode_size);
1391 pb.ino
1763 ext2_ino_t ino; local
[all...]
/external/clang/lib/Lex/
H A DPTHLexer.cpp627 const ino_t ino; member in class:__anon129::PTHStatData
634 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {}
637 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {}
661 ino_t ino = (ino_t) ReadUnalignedLE32(d); local
665 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d));
698 StatBuf.st_ino = Data.ino;
/external/dnsmasq/src/
H A Doption.c2539 ino_t ino; member in struct:fileread
2550 if (r->dev == statbuf.st_dev && r->ino == statbuf.st_ino)
2557 r->ino = statbuf.st_ino;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c573 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino, argument
583 errcode = ext2fs_extent_open(current_fs, ino, &handle);
859 ext2_ino_t ino; local
890 ino = string_to_inode(argv[optind]);
891 if (ino == 0)
894 if (debugfs_read_inode(ino, &inode, argv[0]))
914 dump_extents(out, "", ino, flags, logical_width, physical_width);
1271 ext2_ino_t ino; local
1280 ino = string_to_inode(sourcename);
1281 if (!ino)
1345 ext2_ino_t ino; local
1960 ext2_ino_t ino; local
1985 ext2_ino_t ino; local
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c350 ULong dev, ULong ino, Off64T offset,
513 seg->dev, seg->ino, seg->offset, seg->fnIdx,
559 seg->dev, seg->ino, seg->offset, seg->fnIdx
698 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
705 && 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
762 && s1->dev == s2->dev && s1->ino == s2->ino
878 ULong dev, ULong ino, Off64T offset,
949 = nsegments[i].dev != 0 || nsegments[i].ino !
877 sync_check_mapping_callback( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const UChar* filename ) argument
1550 read_maps_callback( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const UChar* filename ) argument
2012 ULong dev, ino; local
2054 ULong dev, ino; local
2245 ULong dev, ino; local
2552 ULong dev, ino; local
3237 parse_procselfmaps( void (*record_mapping)( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const UChar* filename ), void (*record_gap)( Addr addr, SizeT len ) ) argument
3250 ULong foffset, dev, ino; local
3444 parse_procselfmaps( void (*record_mapping)( Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const UChar* filename ), void (*record_gap)( Addr addr, SizeT len ) ) argument
3500 add_mapping_callback(Addr addr, SizeT len, UInt prot, ULong dev, ULong ino, Off64T offset, const UChar *filename) argument
[all...]
/external/iproute2/misc/
H A Dss.c200 unsigned int ino; member in struct:user_ent
209 static int user_ent_hashfn(unsigned int ino) argument
211 int val = (ino >> 24) ^ (ino >> 16) ^ (ino >> 8) ^ ino;
216 static void user_ent_add(unsigned int ino, const char *process, int pid, int fd) argument
226 p->ino = ino;
231 pp = &user_ent_hash[user_ent_hashfn(ino)];
273 unsigned int ino; local
305 find_users(unsigned ino, char *buf, int buflen) argument
434 unsigned ino; member in struct:tcpstat
1901 int ino; member in struct:unixstat
2078 int ino; local
[all...]
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h284 __u64 ino; member in struct:nfs_entry
H A Dext3_fs.h496 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino) argument
498 return ino == EXT3_ROOT_INO ||
499 ino == EXT3_JOURNAL_INO ||
500 ino == EXT3_RESIZE_INO ||
501 (ino >= EXT3_FIRST_INO(sb) &&
502 ino <= le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count));
H A Dfs.h1598 extern struct inode *ilookup(struct super_block *sb, unsigned long ino);
1604 static inline struct inode *iget(struct super_block *sb, unsigned long ino) argument
1606 struct inode *inode = iget_locked(sb, ino);
/external/elfutils/src/
H A Dld.h98 ino_t ino; member in struct:usedfiles
/external/clang/lib/Serialization/
H A DASTReader.cpp848 const ino_t ino; member in class:__anon3816::ASTStatData
855 : ino(i), dev(d), mode(mo), mtime(m), size(s) {}
890 ino_t ino = (ino_t) ReadUnalignedLE32(d);
895 return data_type(ino, dev, mode, mtime, size);
931 StatBuf.st_ino = Data.ino;
/external/sqlite/dist/orig/
H A Dsqlite3.c26002 ino_t ino; /* Inode number */ member in struct:unixFileId
26240 fileId.ino = statbuf.st_ino;
[all...]

Completed in 827 milliseconds

1234