Home
last modified time | relevance | path

Searched refs:ino (Results 76 - 96 of 96) sorted by relevance

1234

/third_party/lzma/CPP/Windows/
H A DFileFind.cpp89 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 Dpage-types.c768 unsigned long ino; in parse_pid() local
777 &ino); in parse_pid()
/third_party/rust/crates/nix/test/
H A Dtest_fcntl.rs465 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 Dselinux.h524 extern int matchpathcon_filespec_add(ino_t ino, int specind, const char *file);
/third_party/python/Lib/logging/
H A Dhandlers.py482 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 Dtar.c65 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 Dfuse_lowlevel.c77 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 Dfsstress.c1609 __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 Dfs.js2664 // 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 Dperf_event.h819 __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 Dpathlib.py1294 ino = self.stat().st_ino
1296 return ino == parent_ino
/third_party/libbpf/src/
H A Dbpf_helper_defs.h2945 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 Dglobals.h1548 ino_t ino; member
/third_party/musl/ldso/
H A Ddynlink.c85 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 Dtest_logging.py563 dev, ino = h.dev, h.ino
565 self.assertEqual(ino, -1)
576 self.assertEqual(h.ino, -1)
/third_party/eudev/test/
H A Dudev-test.pl1420 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size,
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c606 static int shm_release(struct inode *ino, struct file *file) in shm_release() argument
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1906 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 Ddynlink.c2094 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 Dsqlite3.c37950 u64 ino; /* Inode number */ global() member
[all...]

Completed in 195 milliseconds

1234