Home
last modified time | relevance | path

Searched refs:linux_dirent64 (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getdents/
Dgetdents.h48 struct linux_dirent64 { struct
57 linux_getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) in linux_getdents64() argument
69 return sizeof(struct linux_dirent64); in tst_dirp_size()
89 return ((struct linux_dirent64 *)dirp)->d_name; in tst_dirp_name()
109 return ((struct linux_dirent64 *)dirp)->d_reclen; in tst_dirp_reclen()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs13 use linux_raw_sys::general::{linux_dirent64, SEEK_SET};
63 let z = linux_dirent64 { in read()
77 if self.buf.len() - self.pos < size_of::<linux_dirent64>() { in read()
123 let _ = linux_dirent64 { in read()
142 .resize(self.buf.capacity() + 32 * size_of::<linux_dirent64>(), 0); in read_more()
/third_party/rust/crates/rustix/src/fs/
Draw_dir.rs5 use linux_raw_sys::general::linux_dirent64;
106 let offset = buf.as_ptr().align_offset(align_of::<linux_dirent64>()); in new()
192 let dirent = unsafe { &*dirent_ptr.cast::<linux_dirent64>() }; in next()
/third_party/python/Modules/
D_posixsubprocess.c246 struct linux_dirent64 { struct
280 char buffer[sizeof(struct linux_dirent64)]; in _close_open_fds_safe()
283 (struct linux_dirent64 *)buffer, in _close_open_fds_safe()
285 struct linux_dirent64 *entry; in _close_open_fds_safe()
292 entry = (struct linux_dirent64 *)(buffer + offset); in _close_open_fds_safe()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h120 struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs4725 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs4723 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs4783 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs4844 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs4867 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs5001 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs4895 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs5057 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs4761 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs5087 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs4937 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs4809 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs4752 pub struct linux_dirent64 { struct
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4703 pub struct linux_dirent64 { struct
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h42656 struct linux_dirent64 { struct
42694 struct linux_dirent64 *current_dir;