/linux/arch/sparc/include/uapi/asm/ |
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
|
/linux/arch/s390/include/uapi/asm/ |
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
|
/linux/arch/mips/include/uapi/asm/ |
A D | stat.h | 42 long st_blocks; member 85 long long st_blocks; member 126 unsigned long st_blocks; member
|
/linux/arch/x86/include/uapi/asm/ |
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
|
/linux/arch/alpha/include/uapi/asm/ |
A D | stat.h | 18 unsigned int st_blocks; member 31 unsigned long st_blocks; member
|
/linux/arch/ia64/include/uapi/asm/ |
A D | stat.h | 27 long st_blocks; member 47 int st_blocks; member
|
/linux/arch/xtensa/include/uapi/asm/ |
A D | stat.h | 27 unsigned long st_blocks; member 49 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/linux/include/uapi/asm-generic/ |
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
|
/linux/arch/parisc/include/uapi/asm/ |
A D | stat.h | 23 int st_blocks; member 58 signed long long st_blocks; member
|
/linux/arch/sh/include/uapi/asm/ |
A D | stat.h | 29 unsigned long st_blocks; member 62 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/linux/arch/m68k/include/uapi/asm/ |
A D | stat.h | 31 unsigned long st_blocks; member 64 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/linux/arch/arm/include/uapi/asm/ |
A D | stat.h | 41 unsigned long st_blocks; member 74 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | stat.h | 45 unsigned long st_blocks; member 71 long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/linux/arch/sparc/include/asm/ |
A D | compat.h | 40 compat_off_t st_blocks; member 63 unsigned int st_blocks; member
|
/linux/tools/include/nolibc/ |
A D | nolibc.h | 240 blkcnt_t st_blocks; /* number of 512B blocks allocated */ member 445 long st_blocks; member 623 unsigned long st_blocks; member 818 unsigned long st_blocks; member 1008 long st_blocks; member 1219 long st_blocks; member 1406 long st_blocks; /* Number 512-byte blocks allocated. */ member 1742 buf->st_blocks = stat.st_blocks; in sys_stat()
|
/linux/arch/arm64/include/asm/ |
A D | stat.h | 36 compat_u64 st_blocks; /* Number of 512-byte blocks allocated. */ member
|
A D | compat.h | 58 compat_off_t st_blocks; member
|
/linux/arch/x86/include/asm/ |
A D | ia32.h | 48 long long st_blocks;/* Number 512-byte blocks allocated */ member
|
A D | compat.h | 42 u32 st_blocks; member
|
/linux/arch/s390/kernel/ |
A D | compat_linux.c | 116 u32 st_blocks; /* Number 512-byte blocks allocated. */ member 142 tmp.st_blocks = (u32)stat->blocks; in cp_stat64()
|
/linux/arch/powerpc/include/asm/ |
A D | compat.h | 37 compat_off_t st_blocks; member
|
/linux/arch/mips/include/asm/ |
A D | compat.h | 54 s32 st_blocks; member
|
/linux/arch/parisc/include/asm/ |
A D | compat.h | 41 s32 st_blocks; member
|
/linux/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 104 unsigned long long st_blocks; member 132 tmp.st_blocks = stat->blocks; in cp_oldabi_stat64()
|
/linux/fs/ |
A D | stat.c | 376 tmp.st_blocks = stat->blocks; in cp_new_stat() 517 tmp.st_blocks = stat->blocks; in cp_new_stat64() 671 tmp.st_blocks = stat->blocks; in cp_compat_stat()
|