/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 22 long st_blocks; member 39 long st_blocks; member 68 long st_blocks; member 93 unsigned int st_blocks; member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 38 unsigned long st_blocks; member 67 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member 96 long st_blocks; member
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 57 unsigned long st_blocks; /* file size in # of blocks */ member 85 unsigned long st_blocks; member 123 long st_blocks; member 141 unsigned long st_blocks; member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 42 long st_blocks; member 85 long long st_blocks; member 126 unsigned long st_blocks; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 20 unsigned long st_blocks; member 61 unsigned long long st_blocks; member 95 __kernel_long_t st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 18 unsigned int st_blocks; member 31 unsigned long st_blocks; member
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | stat.h | 27 long st_blocks; member 47 int st_blocks; member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 27 unsigned long st_blocks; member 49 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 36 long st_blocks; /* Number 512-byte blocks allocated. */ member 61 long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 23 int st_blocks; member 58 signed long long st_blocks; member
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 29 unsigned long st_blocks; member 62 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 31 unsigned long st_blocks; member 64 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 1252 abi_ulong st_blocks; member 1464 abi_ulong st_blocks; member 1517 abi_ulong st_blocks; member 1546 abi_llong st_blocks; member 1571 abi_ulong st_blocks; member 1815 abi_ulong st_blocks; member 1923 abi_long st_blocks; member 1996 abi_long st_blocks; member 2021 abi_llong st_blocks; member 2052 abi_int st_blocks; member [all …]
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 41 unsigned long st_blocks; member 74 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 45 unsigned long st_blocks; member 71 long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 49 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd11_stat() 96 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd_stat() 128 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd11_nstat()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 48 compat_off_t st_blocks; member 71 unsigned int st_blocks; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 298 | 148 self.assertLess(abs(stat.st_blocks - refstat.st_blocks) * 512,
|
/openbmc/qemu/block/ |
H A D | nfs.c | 62 uint64_t st_blocks; member 550 client->st_blocks = st.st_blocks; in nfs_client_open() 738 return client->st_blocks * 512; in nfs_co_get_allocated_file_size() 755 return (task.ret < 0 ? task.ret : st.st_blocks * 512); in nfs_co_get_allocated_file_size() 815 client->st_blocks = st.st_blocks; in nfs_reopen_prepare()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | stat.h | 36 compat_u64 st_blocks; /* Number of 512-byte blocks allocated. */ member
|
H A D | compat.h | 61 compat_off_t st_blocks; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 48 long long st_blocks;/* Number 512-byte blocks allocated */ member
|
H A D | compat.h | 46 u32 st_blocks; member
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 232 int64_t st_blocks; /* blocks allocated for file */ member 281 int64_t st_blocks; /* blocks allocated for file */ member 302 int64_t st_blocks; /* blocks allocated for file */ member
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-proxy.h | 80 uint64_t st_blocks; member
|