Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstat.d91 blkcnt_t st_blocks; in version() member
138 blkcnt_t st_blocks; in version()
214 __blkcnt_t st_blocks; in version()
218 __blkcnt64_t st_blocks; in version()
305 blkcnt_t st_blocks; in version()
310 blkcnt_t st_blocks; in version()
365 blkcnt_t st_blocks; in version()
407 blkcnt_t st_blocks; in version()
451 blkcnt_t st_blocks; in version()
530 __blkcnt64_t st_blocks; in version()
[all …]
/netbsd-src/sys/compat/sys/
H A Dstat.h58 int32_t st_blocks; /* blocks allocated for file */ member
76 int64_t st_blocks; /* blocks allocated for file */ member
123 blkcnt_t st_blocks; /* blocks allocated for file */ member
168 blkcnt_t st_blocks; /* blocks allocated for file */ member
/netbsd-src/sys/compat/aoutm68k/
H A Daoutm68k_stat.h55 int32_t st_blocks; /* blocks allocated for file */ member
74 int64_t st_blocks; /* blocks allocated for file */ member
95 blkcnt_t st_blocks; /* blocks allocated for file */ member
H A Daoutm68k_stat.c256 ast->st_blocks = st->st_blocks; in aoutm68k_stat43_convert()
285 ast->st_blocks = st->st_blocks; in aoutm68k_stat12_convert()
314 ast->st_blocks = st->st_blocks; in aoutm68k_stat13_convert()
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_stat.c86 ost->st_blocks = st->st_blocks; in __strong_alias()
H A Dcompat___stat30.c89 ost->st_blocks = st->st_blocks; in cvtstat()
H A Dcompat___stat13.c92 ost->st_blocks = st->st_blocks; in cvtstat()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dstat.c131 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i4_sub_0()
248 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i8_sub_0()
429 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i4_sub()
512 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i8_sub()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dstat.c131 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i4_sub_0()
248 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i8_sub_0()
429 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i4_sub()
512 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i8_sub()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dsunos57-select.c103 && sb.st_blocks == devnull.st_blocks in rpl_select()
/netbsd-src/sys/rump/kern/lib/libsys_sunos/
H A Drump_sunos_compat.c77 uint64_t st_blocks; member
98 uint64_t st_blocks; member
119 PARCOPY(st_blocks); in bsd_to_sunos_stat()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_12.c83 sp32->st_blocks = sp12->st_blocks; in netbsd32_stat12_to_netbsd32()
H A Dnetbsd32.h793 netbsd32_int64 st_blocks; /* blocks allocated for file */ member
815 int32_t st_blocks; /* blocks allocated for file */ member
832 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
855 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
876 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
H A Dnetbsd32_conv.h500 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from___stat13()
529 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from___stat50()
556 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from_stat()
/netbsd-src/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c62 uint64_t st_blocks; member
82 PARCOPY(st_blocks); in bsd_to_cygwin_stat()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_stat.c100 st32->lst_blocks = st->st_blocks; in bsd_to_linux32_stat()
127 st32->lst_blocks = st->st_blocks; in bsd_to_linux32_stat64()
/netbsd-src/sys/compat/common/
H A Dvfs_syscalls_50.c107 ost->st_blocks = st->st_blocks; in cvtstat()
H A Dvfs_syscalls_12.c100 ost->st_blocks = st->st_blocks; in compat_12_stat_conv()
H A Dvfs_syscalls_43.c140 ost->st_blocks = st->st_blocks; in cvtstat()
H A Dvfs_syscalls_30.c100 ost->st_blocks = st->st_blocks; in cvtstat()
/netbsd-src/usr.bin/find/
H A Dls.c71 (long long)sb->st_blocks); in printlong()
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dpathfs.c102 sb->st_blocks = lsb.lst_blocks; in pathfs_stat()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_file64.c97 lsp->lst_blocks = bsp->st_blocks; in bsd_to_linux_stat64()
144 stx->stx_blocks = st->st_blocks; in bsd_to_linux_statx()
/netbsd-src/sys/sys/
H A Dstat.h84 blkcnt_t st_blocks; /* blocks allocated for file */ member
/netbsd-src/usr.bin/du/
H A Ddu.c66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks)

123