/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | dir.rs | 64 d_ino: 0_u64, in read() 73 let offsetof_d_ino = (as_ptr(&z.d_ino) as usize) - base; in read() 109 let d_ino = u64::from_ne_bytes([ in read() localVariable 124 d_ino, in read() 132 d_ino, in read() 202 d_ino: u64, field 223 self.d_ino in ino()
|
/third_party/libfuse/test/ |
D | readdir_inode.c | 34 printf("%llu %d %s\n", (unsigned long long)dent->d_ino, in main() 36 if ((long long)dent->d_ino < 0) in main() 38 dent->d_name, (unsigned long long)dent->d_ino); in main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 42 #define d_fileno d_ino 61 ino_t d_ino; member
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents.h | 36 unsigned long d_ino; member 49 uint64_t d_ino; member
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | dir.rs | 208 let d_ino = input.d_ino; in read_dirent() localVariable 267 d_ino, in read_dirent() 409 self.dirent.d_ino as u64 in ino()
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 224 long d_ino; member 264 long d_ino; member 515 entry->d_ino = 0; in _wreaddir_r() 805 entry->d_ino = 0; in readdir_r() 821 entry->d_ino = 0; in readdir_r()
|
/third_party/ltp/include/lapi/ |
D | readdir.h | 13 long d_ino; /* inode number */ member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/arch/generic/bits/ |
D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | dirent.h | 6 ino_t d_ino; member
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 410 pub d_ino: ::ino_t, 418 pub d_ino: ::ino64_t, 455 self.d_ino == other.d_ino 470 .field("d_ino", &self.d_ino) 480 self.d_ino.hash(state); 490 self.d_ino == other.d_ino 505 .field("d_ino", &self.d_ino) 515 self.d_ino.hash(state);
|
/third_party/musl/libc-test/src/api/ |
D | dirent.c | 15 F(ino_t, d_ino) in f()
|
/third_party/musl/include/ |
D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 42 pub d_ino: ::c_long, 105 self.d_ino == other.d_ino 119 .field("d_ino", &self.d_ino) 128 self.d_ino.hash(state);
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 72 pub d_ino: ::ino_t, 1092 self.d_ino == other.d_ino 1109 .field("d_ino", &self.d_ino) 1120 self.d_ino.hash(state);
|
/third_party/rust/crates/rustix/src/fs/ |
D | raw_dir.rs | 198 inode_number: dirent.d_ino, in next()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 121 __UINT64_TYPE__ d_ino; member
|
/third_party/node/deps/uvwasi/include/ |
D | wasi_types.h | 285 uvwasi_inode_t d_ino; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 503 pub d_ino: u64, 511 pub d_ino: u64, 618 self.d_ino == other.d_ino 635 .field("d_ino", &self.d_ino) 646 self.d_ino.hash(state); 656 self.d_ino == other.d_ino 673 .field("d_ino", &self.d_ino) 684 self.d_ino.hash(state);
|