Searched refs:ino (Results 1 - 25 of 115) sorted by last modified time

12345

/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c65 ino_t ino; member in struct:__anon34311
95 if(oa->ino < ob->ino) return -1;
96 if(oa->ino > ob->ino) return 1;
102 static void add_obj_to_list(dev_t dev, ino_t ino, int obj) argument
107 obj_list[n_obj].ino = ino;
122 static int find_obj_in_list(dev_t dev, ino_t ino) argument
128 test.ino
[all...]
H A Dmkyaffsimage.c45 ino_t ino; member in struct:__anon34312
71 if(oa->ino < ob->ino) return -1;
72 if(oa->ino > ob->ino) return 1;
78 static void add_obj_to_list(dev_t dev, ino_t ino, int obj) argument
83 obj_list[n_obj].ino = ino;
98 static int find_obj_in_list(dev_t dev, ino_t ino) argument
104 test.ino
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c299 /*OUT*/ULong* ino, /*OUT*/UInt* mode )
311 *ino = (ULong)buf64.st_ino;
319 *ino = (ULong)buf.st_ino;
297 am_get_fd_d_i_m( Int fd, ULong* dev, ULong* ino, UInt* mode ) argument
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...]
H A Dpriv_aspacemgr.h119 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
/external/valgrind/main/coregrind/
H A Dm_libcfile.c267 (_p_vgstat)->ino = (ULong)( (_p_vkistat)->st_ino ); \
H A Dm_redir.c467 || newdi_stat.ino != in_vglib_stat.ino)) {
/external/valgrind/main/include/
H A Dpub_tool_aspacemgr.h69 dev==ino==foff = 0, fnidx == -1
81 dev==ino==foff = 0, fnidx == -1
87 dev==ino==foff = 0, fnidx == -1
104 ULong ino; member in struct:__anon32875
H A Dpub_tool_libcfile.h57 ULong ino; member in struct:vg_stat
/external/tcpdump/
H A Dprint-nfs.c891 u_int32_t ino; local
908 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0);
932 (void)printf("%ld", (long) ino);
/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...]
/external/skia/src/ports/
H A DSkOSFile_posix.cpp19 ino_t ino; member in struct:__anon30760
32 id->ino = status.st_ino;
39 && aID.ino == bID.ino
/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.c542 event->mmap2.min, event->mmap2.ino,
H A Devent.h28 u64 ino; member in struct:mmap2_event
H A Dmachine.c1033 event->mmap2.min, event->mmap2.ino,
H A Dmap.c51 u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino,
68 map->ino = ino;
50 map__new(struct list_head *dsos__list, u64 start, u64 len, u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino, u64 ino_gen, char *filename, enum map_type type) argument
H A Dmap.h40 u64 ino; /* only valid for MMAP2 record */ member in struct:map
94 u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino,
H A Dsession.c366 event->mmap2.ino = bswap_64(event->mmap2.ino);
/external/kernel-headers/original/uapi/linux/
H A Dauto_fs4.h134 __u64 ino; member in struct:autofs_v5_packet
H A Dbfs_fs.h45 __le16 ino; member in struct:bfs_dirent
67 #define BFS_INO2OFF(ino) \
68 ((__u32)(((ino) - BFS_ROOT_INO) * sizeof(struct bfs_inode)) + BFS_BSIZE)
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
H A Djffs2.h124 jint32_t ino; /* == zero for unlink */ member in struct:jffs2_raw_dirent
146 jint32_t ino; /* Inode number. */ member in struct:jffs2_raw_inode
187 jint32_t ino; /* inode number */ member in struct:jffs2_raw_xref
/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...]

Completed in 3612 milliseconds

12345