Home
last modified time | relevance | path

Searched refs:st_blocks (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dstat.h22 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 Dstat.h38 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 Dstat.h57 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 Dstat.h42 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 Dstat.h20 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 Dstat.h18 unsigned int st_blocks; member
31 unsigned long st_blocks; member
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dstat.h27 long st_blocks; member
47 int st_blocks; member
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h27 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 Dstat.h36 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 Dstat.h23 int st_blocks; member
58 signed long long st_blocks; member
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dstat.h29 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 Dstat.h31 unsigned long st_blocks; member
64 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h1248 abi_ulong st_blocks; member
1460 abi_ulong st_blocks; member
1513 abi_ulong st_blocks; member
1542 abi_llong st_blocks; member
1567 abi_ulong st_blocks; member
1811 abi_ulong st_blocks; member
1919 abi_long st_blocks; member
1992 abi_long st_blocks; member
2017 abi_llong st_blocks; member
2048 abi_int st_blocks; member
[all …]
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dstat.h41 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 Dstat.h45 unsigned long st_blocks; member
71 long long st_blocks; /* Number 512-byte blocks allocated. */ member
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c49 __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 Dcompat.h48 compat_off_t st_blocks; member
71 unsigned int st_blocks; member
/openbmc/qemu/tests/qemu-iotests/
H A D298148 self.assertLess(abs(stat.st_blocks - refstat.st_blocks) * 512,
/openbmc/qemu/block/
H A Dnfs.c63 uint64_t st_blocks; member
552 client->st_blocks = st.st_blocks; in nfs_client_open()
740 return client->st_blocks * 512; in nfs_co_get_allocated_file_size()
757 return (task.ret < 0 ? task.ret : st.st_blocks * 512); in nfs_co_get_allocated_file_size()
817 client->st_blocks = st.st_blocks; in nfs_reopen_prepare()
/openbmc/linux/arch/arm64/include/asm/
H A Dstat.h36 compat_u64 st_blocks; /* Number of 512-byte blocks allocated. */ member
H A Dcompat.h61 compat_off_t st_blocks; member
/openbmc/linux/arch/x86/include/asm/
H A Dia32.h48 long long st_blocks;/* Number 512-byte blocks allocated */ member
H A Dcompat.h46 u32 st_blocks; member
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h232 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 D9p-proxy.h80 uint64_t st_blocks; member

123