/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | msdos_fs.h | 92 __kernel_off_t d_off; member
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | types.h | 177 int64_t d_off; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 79 __kernel_off_t d_off; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 79 __kernel_off_t d_off; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 71 __kernel_off_t d_off; member
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-twl4030.c | 191 u8 d_off = gpio & 0x7; in twl4030_get_gpio_datain() local 198 ret = (ret >> d_off) & 0x1; in twl4030_get_gpio_datain()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-twl4030.c | 193 u8 d_off = gpio & 0x7; in twl4030_get_gpio_datain() local 200 ret = (ret >> d_off) & 0x1; in twl4030_get_gpio_datain()
|
/third_party/elfutils/libelf/ |
H A D | elf32_updatenull.c | 317 (data->d_off + data->d_size) in __elfw2() 330 update_if_changed (data->d_off, offset, changed); in __elfw2()
|
H A D | libelf.h | 133 int64_t d_off; /* Offset into section. */ member
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | client.h | 160 * @d_off: offset to the next dirent 167 u64 d_off; member
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_dir.c | 191 ctx->pos = curdirent.d_off; in v9fs_dir_readdir_dotl()
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | client.h | 166 * @d_off: offset to the next dirent 173 u64 d_off; member
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 122 __INT64_TYPE__ d_off; member
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | sev.c | 808 int len, s_off, d_off; in sev_dbg_crypt() local 834 d_off = dst_vaddr & ~PAGE_MASK; in sev_dbg_crypt() 841 __sme_page_pa(dst_p[0]) + d_off, in sev_dbg_crypt() 847 __sme_page_pa(dst_p[0]) + d_off, in sev_dbg_crypt()
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 734 d->offset = entry->d_off; in do_readdir() 744 entsize = fuse_add_direntry_plus(req, p, rem, entry->d_name, &e, entry->d_off); in do_readdir() 748 entsize = fuse_add_direntry(req, p, rem, entry->d_name, &e.attr, entry->d_off); in do_readdir() 764 << ", ino " << e.attr.st_ino << ", offset " << entry->d_off << endl; in do_readdir()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 504 pub d_off: i64, 512 pub d_off: i64, 619 && self.d_off == other.d_off in eq() 636 .field("d_off", &self.d_off) in fmt() 647 self.d_off.hash(state); in hash() 657 && self.d_off == other.d_off in eq() 674 .field("d_off", in fmt() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 558 pub d_off: ::off_t, 616 && self.d_off == other.d_off in eq() 634 .field("d_off", &self.d_off) in fmt() 646 self.d_off.hash(state); in hash()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_user.c | 120 *pos_out = ent->d_off; in read_dir()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user.c | 121 *pos_out = ent->d_off; in read_dir()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 331 data->d_off = 0; in dwelf_strtab_finalize()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 287 pub d_off: ::off64_t,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 927 pub d_off: ::off_t, 935 pub d_off: ::off64_t, 1156 && self.d_off == other.d_off in eq() 1171 .field("d_off", &self.d_off) in fmt() 1181 self.d_off.hash(state); in hash() 1191 && self.d_off == other.d_off in eq() 1206 .field("d_off", in fmt() [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 640 pub d_off: ::off_t, 648 pub d_off: ::off64_t, 802 && self.d_off == other.d_off in eq() 819 .field("d_off", &self.d_off) in fmt() 830 self.d_off.hash(state); in hash() 840 && self.d_off == other.d_off in eq() 857 .field("d_off", in fmt() [all...] |
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/ |
H A D | dir_n_exporter.cpp | 119 .d_off = 0,
|
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | proc_vfs.c | 333 dir->fd_dir[i].d_off = dir->fd_position; in VfsProcfsReaddir()
|