/external/e2fsprogs/misc/ |
dumpe2fs.c | 365 ino_t ino = fs->super->s_journal_inum; local 370 retval = ext2fs_read_inode(fs, ino, &inode); 376 retval = ext2fs_file_open2(fs, ino, &inode, 0, &journal_file);
|
mke2fs.c | 354 ext2_ino_t ino; local 363 for (ino = 1; ino < EXT2_FIRST_INO(fs->super); ino++) { 364 retval = ext2fs_write_inode_full(fs, ino, inode, 500 ext2_ino_t ino; local 512 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, strlen(name), 0, &ino); 525 retval = ext2fs_expand_dir(fs, ino); [all...] |
/external/perf_data_converter/src/quipper/ |
test_perf_data.h | 292 SelfT& WithDeviceInfo(u32 maj, u32 min, u64 ino) { 295 ino_ = ino;
|
perf_parser.cc | 192 dso_info.ino = event.mmap_event().ino();
|
huge_page_deducer.cc | 207 mmap->set_ino(src.ino());
|
perf_serializer.cc | 530 sample->set_ino(mmap.ino); 550 mmap.ino = sample.ino(); [all...] |
/build/soong/finder/fs/ |
readdir.go | 89 ino, ok := direntIno(rec) 93 if ino == 0 { // File absent in directory. 126 return readInt(buf, unsafe.Offsetof(syscall.Dirent{}.Ino), unsafe.Sizeof(syscall.Dirent{}.Ino))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
handlers.py | 388 self.dev, self.ino = -1, -1
391 self.dev, self.ino = stat[ST_DEV], stat[ST_INO]
406 changed = (stat[ST_DEV] != self.dev) or (stat[ST_INO] != self.ino)
413 self.dev, self.ino = stat[ST_DEV], stat[ST_INO]
[all...] |
/external/e2fsprogs/contrib/android/ |
base_fs.c | 149 static int start_new_file(char *path, ext2_ino_t ino EXT2FS_ATTR((unused)),
|
/external/f2fs-tools/lib/ |
libf2fs.c | 516 __le32 ino = node->footer.ino; local 523 chksum = f2fs_cal_crc32(c.chksum_seed, (__u8 *)&ino, 524 sizeof(ino));
|
/external/perf_data_converter/src/quipper/kernel/ |
perf_internals.h | 119 u64 ino; member in struct:quipper::mmap2_event
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 479 extern int matchpathcon_filespec_add(ino_t ino, int specind, const char *file);
|
/build/kati/ |
pathutil.go | 33 dev, ino uint64 38 invalidFileid = fileid{dev: 1<<64 - 1, ino: 1<<64 - 1} 194 id = fileid{dev: uint64(stat.Dev), ino: stat.Ino} 212 id = fileid{dev: uint64(stat.Dev), ino: stat.Ino} 221 id = fileid{dev: uint64(stat.Dev), ino: stat.Ino}
|
/external/walt/docs/ |
AudioLatency.md | 62 function ([currently at 5 kHz](https://github.com/google/walt/blob/v0.1.6/arduino/walt/walt.ino#L310)).
|
/bionic/libc/kernel/uapi/linux/ |
perf_event.h | 301 __u64 ino; member in struct:perf_ns_link_info
|
/external/kernel-headers/original/uapi/linux/ |
perf_event.h | 687 __u64 ino; member in struct:perf_ns_link_info 872 * maj, min, ino numbers to be used to uniquely identify each mapping 883 * u64 ino; [all...] |
/bionic/libc/bionic/ |
fts.c | 789 ino_t ino; local 833 ino = p->fts_ino = sbp->st_ino; 847 if (ino == t->fts_ino && dev == t->fts_dev) {
|
/external/python/cpython2/Lib/logging/ |
handlers.py | 392 self.dev, self.ino = -1, -1 398 self.dev, self.ino = sres[ST_DEV], sres[ST_INO] 421 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino: [all...] |
/external/toybox/toys/pending/ |
tar.c | 78 ino_t ino; member in struct:inode_list 113 if(new->ino == st->st_ino && new->dev == st->st_dev) 117 new->ino = st->st_ino;
|
/external/u-boot/fs/ubifs/ |
ubifs.c | 261 u64 ino, unsigned int d_type) 281 inode = ubifs_iget(c->vfs_sb, ino); 283 printf("%s: Error in ubifs_iget(), ino=%lld ret=%p!\n", 284 __func__, ino, inode); 307 dbg_gen("dir ino %lu, f_pos %#llx", dir->i_ino, file->f_pos); 349 dbg_gen("feed '%s', ino %llu, new f_pos %#x", 418 dbg_gen("dir ino %lu, f_pos %#llx", dir->i_ino, file->f_pos); 433 dbg_gen("feed '%s', ino %llu, new f_pos %#x", 739 dbg_gen("ino %lu, pg %lu, i_size %lld",
|
/external/python/cpython3/Lib/logging/ |
handlers.py | 435 self.dev, self.ino = -1, -1 441 self.dev, self.ino = sres[ST_DEV], sres[ST_INO] 461 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino: [all...] |
/external/tcpdump/ |
print-nfs.c | 789 uint32_t ino; local 806 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0); 834 ND_PRINT((ndo, "%ld", (long) ino)); [all...] |
/bootable/recovery/fuse_sideload/ |
fuse_sideload.cpp | 160 attr->ino = nodeid;
|
/external/e2fsprogs/e2fsck/ |
problem.h | 16 ext2_ino_t ino, ino2, dir; member in struct:problem_context [all...] |
/external/clang/www/demo/ |
index.cgi | 141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
|