OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_blocks
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/sys/compat/aoutm68k/
aoutm68k_stat.h
55
int32_t
st_blocks
; /* blocks allocated for file */
member in struct:aoutm68k_stat43
74
int64_t
st_blocks
; /* blocks allocated for file */
member in struct:aoutm68k_stat12
95
blkcnt_t
st_blocks
; /* blocks allocated for file */
member in struct:aoutm68k_stat
aoutm68k_stat.c
256
ast->
st_blocks
= st->
st_blocks
;
285
ast->
st_blocks
= st->
st_blocks
;
314
ast->
st_blocks
= st->
st_blocks
;
/src/sys/compat/sys/
stat.h
58
int32_t
st_blocks
; /* blocks allocated for file */
member in struct:stat43
76
int64_t
st_blocks
; /* blocks allocated for file */
member in struct:stat12
123
blkcnt_t
st_blocks
; /* blocks allocated for file */
member in struct:stat13
168
blkcnt_t
st_blocks
; /* blocks allocated for file */
member in struct:stat30
/src/lib/libc/compat/sys/
compat___stat13.c
92
ost->
st_blocks
= st->
st_blocks
;
compat___stat30.c
89
ost->
st_blocks
= st->
st_blocks
;
compat_stat.c
86
ost->
st_blocks
= st->
st_blocks
;
/src/sys/arch/zaurus/stand/zboot/
pathfs.c
102
sb->
st_blocks
= lsb.lst_blocks;
/src/usr.bin/find/
ls.c
71
(long long)sb->
st_blocks
);
/src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c
77
uint64_t
st_blocks
;
member in struct:sunos_stat
98
uint64_t
st_blocks
;
member in struct:sunos_stat
119
PARCOPY(
st_blocks
);
/src/sys/compat/netbsd32/
netbsd32_compat_12.c
83
sp32->
st_blocks
= sp12->
st_blocks
;
netbsd32.h
793
netbsd32_int64
st_blocks
; /* blocks allocated for file */
member in struct:netbsd32_stat12
815
int32_t
st_blocks
; /* blocks allocated for file */
member in struct:netbsd32_stat43
832
netbsd32_uint64
st_blocks
; /* blocks allocated for file */
member in struct:netbsd32_stat13
855
netbsd32_uint64
st_blocks
; /* blocks allocated for file */
member in struct:netbsd32_stat50
876
netbsd32_uint64
st_blocks
; /* blocks allocated for file */
member in struct:netbsd32_stat
netbsd32_conv.h
500
sb32p->
st_blocks
= sbp->
st_blocks
;
529
sb32p->
st_blocks
= sbp->
st_blocks
;
556
sb32p->
st_blocks
= sbp->
st_blocks
;
/src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c
62
uint64_t
st_blocks
;
member in struct:cygwin_stat
82
PARCOPY(
st_blocks
);
/src/bin/ls/
ls.c
559
if (sp->
st_blocks
> maxblock)
560
maxblock = sp->
st_blocks
;
575
btotal += sp->
st_blocks
;
print.c
150
sp->
st_blocks
* S_BLKSIZE,
158
(unsigned long long)howmany(sp->
st_blocks
,
388
howmany(sp->
st_blocks
, blocksize));
/src/tests/fs/lfs/
t_orphan.c
134
if (statbuf.
st_blocks
<= 0)
/src/sys/compat/common/
vfs_syscalls_12.c
100
ost->
st_blocks
= st->
st_blocks
;
vfs_syscalls_50.c
107
ost->
st_blocks
= st->
st_blocks
;
vfs_syscalls_30.c
100
ost->
st_blocks
= st->
st_blocks
;
vfs_syscalls_43.c
140
ost->
st_blocks
= st->
st_blocks
;
/src/sys/compat/linux32/common/
linux32_stat.c
100
st32->lst_blocks = st->
st_blocks
;
127
st32->lst_blocks = st->
st_blocks
;
/src/sys/compat/linux/common/
linux_file64.c
97
lsp->lst_blocks = bsp->
st_blocks
;
144
stx->stx_blocks = st->
st_blocks
;
/src/share/misc/
style
533
p, sb->
st_blocks
, sb->st_flags);
/src/lib/libpuffs/
subr.c
285
va->va_bytes = sb->
st_blocks
<< DEV_BSHIFT;
/src/usr.bin/du/
du.c
66
#define COUNT (iflag ? 1 : p->fts_statp->
st_blocks
)
Completed in 23 milliseconds
1
2
Indexes created Mon Oct 13 08:09:50 GMT 2025