/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 89 ino = 0;
in ClearBase() 1056 ino = st.st_ino;
in SetFrom_stat() 1066 printf("\n sizeof st_ino = %d", (int)sizeof(ino));
in SetFrom_stat() 1076 printf("\n st_ino = %lld", (long long)(ino));
in SetFrom_stat()
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | page-types.c | 768 unsigned long ino; in parse_pid() local 777 &ino); in parse_pid()
|
/third_party/rust/crates/nix/test/ |
H A D | test_fcntl.rs | 465 let ino: usize = ino_parts[2].parse().unwrap(); in lock_info() 466 if ino == inode { in lock_info()
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | selinux.h | 524 extern int matchpathcon_filespec_add(ino_t ino, int specind, const char *file);
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 482 self.dev, self.ino = -1, -1 488 self.dev, self.ino = sres[ST_DEV], sres[ST_INO] 508 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino:
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 65 ino_t ino; 239 // Have we seen this dev&ino before? in add_to_tar() 241 if (st->st_ino == TT.hlx[i].ino && st->st_dev == TT.hlx[i].dev) in add_to_tar() 251 TT.hlx[TT.hlc].ino = st->st_ino; in add_to_tar()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 77 attr->ino = stbuf->st_ino; in convert_stat() 246 dirent->ino = stbuf->st_ino; in fuse_add_dirent() 323 arg->nodeid = e->ino; in fill_entry() 346 /* before ABI 7.4 e->ino == 0 was invalid, only ENOENT meant in fuse_reply_entry() 348 if (!e->ino && req->f->conn.proto_minor < 4) in fuse_reply_entry()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1609 __u64 ino; in bulkstat1_f() local 1621 ino = stat64_path(&f, &s) < 0 ? (ino64_t) r : s.st_ino; in bulkstat1_f() 1639 ino = (ino64_t) r; in bulkstat1_f() 1645 bsr.lastip = &ino; in bulkstat1_f() 1652 printf("%d/%d: bulkstat1 %s ino %lld %d\n", in bulkstat1_f() 1654 (long long)ino, e); in bulkstat1_f()
|
/third_party/node/lib/ |
H A D | fs.js | 2664 // dev/ino always return 0 on windows, so skip the check. 2669 const ino = BigIntPrototypeToString(stats[7], 32); 2670 id = `${dev}:${ino}`; 2816 // `dev`/`ino` always return 0 on windows, so skip the check. 2820 const ino = BigIntPrototypeToString(stats.ino, 32); 2821 id = `${dev}:${ino}`;
|
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 819 __u64 ino; member 1027 * maj, min, ino numbers to be used to uniquely identify each mapping 1040 * u64 ino;
|
/third_party/python/Lib/ |
H A D | pathlib.py | 1294 ino = self.stat().st_ino 1296 return ino == parent_ino
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 2945 static long (*bpf_get_ns_current_pid_tgid)(__u64 dev, __u64 ino, struct bpf_pidns_info *nsdata, __u32 size) = (void *) 120;
|
/third_party/toybox/generated/ |
H A D | globals.h | 1548 ino_t ino; member
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 85 ino_t ino; member 1212 if (p->dev == st.st_dev && p->ino == st.st_ino) { 1263 p->ino = st.st_ino;
|
/third_party/python/Lib/test/ |
H A D | test_logging.py | 563 dev, ino = h.dev, h.ino 565 self.assertEqual(ino, -1) 576 self.assertEqual(h.ino, -1)
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 1420 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size,
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | shm.c | 606 static int shm_release(struct inode *ino, struct file *file)
in shm_release() argument
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1906 if (p->dev == st->st_dev && p->ino == st->st_ino && p->file_offset == file_offset) { in search_dso_by_fstat() 1907 LD_LOGD("search_dso_by_fstat found dev:%{public}lu, ino:%{public}lu, ns_name:%{public}s", in search_dso_by_fstat() 2141 p->ino = st.st_ino; in load_library() 5341 task->p->ino = st.st_ino; in load_library_header()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 2094 if (p->dev == st->st_dev && p->ino == st->st_ino && p->file_offset == file_offset) { in search_dso_by_fstat() 2095 LD_LOGD("search_dso_by_fstat found dev:%{public}lu, ino:%{public}lu, ns_name:%{public}s", in search_dso_by_fstat() 2329 p->ino = st.st_ino; in load_library() 5730 task->p->ino = st.st_ino; in load_library_header()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 37950 u64 ino; /* Inode number */ global() member [all...] |