/third_party/libfuse/test/ |
H A 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() 37 fprintf(stderr,"%s : bad d_ino %llu\n", in main() 38 dent->d_name, (unsigned long long)dent->d_ino); in main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | dirent.h | 42 #define d_fileno d_ino 61 ino_t d_ino; member
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A 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() 124 d_ino, in read() 132 d_ino, in read() 202 d_ino: u64, in fmt() 223 self.d_ino in ino()
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
H A D | getdents.h | 36 unsigned long d_ino; member 49 uint64_t d_ino; member
|
/third_party/libwebsockets/win32port/dirent/ |
H A 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/rust/crates/rustix/src/backend/libc/fs/ |
H A D | dir.rs | 208 let d_ino = input.d_ino; in read_dirent() 267 d_ino, in read_dirent() 303 pub d_ino: ino_t, in read_dirent() 409 self.dirent.d_ino as u64 in ino()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | dirent.h | 6 ino_t d_ino; member
|
/third_party/ltp/include/lapi/ |
H A D | readdir.h | 13 long d_ino; /* inode number */ member
|
/third_party/musl/arch/generic/bits/ |
H A D | dirent.h | 6 ino_t d_ino; member
|
/third_party/musl/libc-test/src/api/ |
H A D | dirent.c | 15 F(ino_t, d_ino) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/musl/include/ |
H A D | dirent.h | 22 #define d_fileno d_ino
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 410 pub d_ino: ::ino_t, 418 pub d_ino: ::ino64_t, 455 self.d_ino == other.d_ino in eq() 470 .field("d_ino", &self.d_ino) in fmt() 480 self.d_ino.hash(state); in hash() 490 self.d_ino == other.d_ino in eq() 505 .field("d_ino", in fmt() [all...] |
/third_party/rust/crates/rustix/src/fs/ |
H A D | raw_dir.rs | 198 inode_number: dirent.d_ino, in next()
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 42 pub d_ino: ::c_long, 105 self.d_ino == other.d_ino in eq() 119 .field("d_ino", &self.d_ino) in fmt() 128 self.d_ino.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 72 pub d_ino: ::ino_t, 1092 self.d_ino == other.d_ino in eq() 1109 .field("d_ino", &self.d_ino) in fmt() 1120 self.d_ino.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 503 pub d_ino: u64, 511 pub d_ino: u64, 618 self.d_ino == other.d_ino in eq() 635 .field("d_ino", &self.d_ino) in fmt() 646 self.d_ino.hash(state); in hash() 656 self.d_ino == other.d_ino in eq() 673 .field("d_ino", in fmt() [all...] |
/third_party/node/deps/uvwasi/include/ |
H A D | wasi_types.h | 285 uvwasi_inode_t d_ino; member
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 121 __UINT64_TYPE__ d_ino; member
|