/external/strace/ |
D | fetch_struct_statfs.c | 60 p->f_fsid[0] = zero_extend_signed_to_ull(b.f_fsid.val[0]); in MPERS_PRINTER_DECL() 61 p->f_fsid[1] = zero_extend_signed_to_ull(b.f_fsid.val[1]); in MPERS_PRINTER_DECL() 63 p->f_fsid[0] = zero_extend_signed_to_ull(b.f_fsid.__val[0]); in MPERS_PRINTER_DECL() 64 p->f_fsid[1] = zero_extend_signed_to_ull(b.f_fsid.__val[1]); in MPERS_PRINTER_DECL() 108 p->f_fsid[0] = zero_extend_signed_to_ull(b.f_fsid.val[0]); in MPERS_PRINTER_DECL() 109 p->f_fsid[1] = zero_extend_signed_to_ull(b.f_fsid.val[1]); in MPERS_PRINTER_DECL() 111 p->f_fsid[0] = zero_extend_signed_to_ull(b.f_fsid.__val[0]); in MPERS_PRINTER_DECL() 112 p->f_fsid[1] = zero_extend_signed_to_ull(b.f_fsid.__val[1]); in MPERS_PRINTER_DECL()
|
D | print_statfs.c | 76 print_statfs_number(", f_fsid={val=[", b.f_fsid[0]); in print_struct_statfs() 77 print_statfs_number(", ", b.f_fsid[1]); in print_struct_statfs() 112 print_statfs_number(", f_fsid={val=[", b.f_fsid[0]); in print_struct_statfs64() 113 print_statfs_number(", ", b.f_fsid[1]); in print_struct_statfs64()
|
D | statfs.h | 39 unsigned long f_fsid[2]; member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 31 __kernel_fsid_t f_fsid; member 54 __kernel_fsid_t f_fsid; member 77 __kernel_fsid_t f_fsid; member
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 62 pub f_fsid: ::fsid_t, 92 && self.f_fsid == other.f_fsid 123 .field("f_fsid", &self.f_fsid) 148 self.f_fsid.hash(state);
|
/external/strace/tests-mx32/ |
D | xstatfs.c | 41 # define PRINT_F_FSID f_fsid.val 43 # define PRINT_F_FSID f_fsid.__val
|
D | xstatfs64.c | 42 # define PRINT_F_FSID f_fsid.val 44 # define PRINT_F_FSID f_fsid.__val
|
/external/strace/tests/ |
D | xstatfs.c | 41 # define PRINT_F_FSID f_fsid.val 43 # define PRINT_F_FSID f_fsid.__val
|
D | xstatfs64.c | 42 # define PRINT_F_FSID f_fsid.val 44 # define PRINT_F_FSID f_fsid.__val
|
/external/strace/tests-m32/ |
D | xstatfs.c | 41 # define PRINT_F_FSID f_fsid.val 43 # define PRINT_F_FSID f_fsid.__val
|
D | xstatfs64.c | 42 # define PRINT_F_FSID f_fsid.val 44 # define PRINT_F_FSID f_fsid.__val
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 61 pub f_fsid: ::fsid_t, 89 && self.f_fsid == other.f_fsid 120 .field("f_fsid", &self.f_fsid) 145 self.f_fsid.hash(state);
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 61 pub f_fsid: ::fsid_t, 89 && self.f_fsid == other.f_fsid 120 .field("f_fsid", &self.f_fsid) 145 self.f_fsid.hash(state);
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 14 pub f_fsid: ::fsid_t, 30 pub f_fsid: ::c_ulong, 85 pub f_fsid: ::fsid_t,
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 146 memcpy(fsid, &stats.f_fsid, sizeof(stats.f_fsid)); in fanotify_get_fid()
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 77 pub f_fsid: ::__fsid_t, 93 pub f_fsid: ::c_ulong, 139 pub f_fsid: ::__fsid_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 167 pub f_fsid: ::fsid_t, 181 pub f_fsid: ::fsid_t, 197 pub f_fsid: ::c_ulong,
|
/external/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 55 pub f_fsid: ::__fsid_t, 87 pub f_fsid: ::__fsid_t, 103 pub f_fsid: ::c_ulong,
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.h | 60 unsigned long f_fsid; /* File system ID. */ member
|
D | bsd-statvfs.c | 53 to->f_fsid = 0; /* XXX fix me */ in copy_statfs_to_statvfs()
|
/external/ltp/testcases/kernel/syscalls/statvfs/ |
D | statvfs01.c | 76 tst_resm(TINFO, "file system id = %lu", buf.f_fsid); in main()
|
/external/openssh/ |
D | sftp-client.h | 51 u_int64_t f_fsid; member
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 86 pub f_fsid: ::c_ulong, 224 pub f_fsid: ::fsid_t, 356 && self.f_fsid == other.f_fsid 388 .field("f_fsid", &self.f_fsid) 410 self.f_fsid.hash(state);
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 17 pub f_fsid: ::c_ulong, 21 pub f_fsid: ::c_ulong,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 77 pub f_fsid: ::fsid_t, 92 pub f_fsid: ::fsid_t, 108 pub f_fsid: ::c_ulong, 123 pub f_fsid: ::c_ulong,
|