HomeSort by: relevance | last modified time | path
    Searched refs:st_blocks (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /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/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
fileio-packets.py 82 st_blocks = int.from_bytes(buf[44:52], byteorder=byteorder)
97 "st_blocks": st_blocks,
158 "st_blocks": res.st_blocks,
  /src/lib/libc/compat/sys/
compat___stat13.c 88 ost->st_blocks = st->st_blocks;
compat___stat30.c 85 ost->st_blocks = st->st_blocks;
compat_stat.c 82 ost->st_blocks = st->st_blocks;
  /src/external/gpl2/xcvs/dist/lib/
sunos57-select.c 103 && sb.st_blocks == devnull.st_blocks
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d 91 blkcnt_t st_blocks;
138 blkcnt_t st_blocks;
214 __blkcnt_t st_blocks;
218 __blkcnt64_t st_blocks;
305 blkcnt_t st_blocks;
310 blkcnt_t st_blocks;
365 blkcnt_t st_blocks;
407 blkcnt_t st_blocks;
451 blkcnt_t st_blocks;
530 __blkcnt64_t st_blocks;
    [all...]
  /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/external/gpl3/gcc/dist/libgfortran/intrinsics/
stat.c 131 sarray->base_addr[12 * stride] = sb.st_blocks;
248 sarray->base_addr[12 * stride] = sb.st_blocks;
429 sarray->base_addr[12 * stride] = sb.st_blocks;
512 sarray->base_addr[12 * stride] = sb.st_blocks;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
stat.c 131 sarray->base_addr[12 * stride] = sb.st_blocks;
248 sarray->base_addr[12 * stride] = sb.st_blocks;
429 sarray->base_addr[12 * stride] = sb.st_blocks;
512 sarray->base_addr[12 * stride] = sb.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 127 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;
  /src/sys/compat/linux32/common/
linux32_stat.c 100 st32->lst_blocks = st->st_blocks;
127 st32->lst_blocks = st->st_blocks;
  /src/share/misc/
style 533 p, sb->st_blocks, sb->st_flags);

Completed in 27 milliseconds

1 2 3 4