HomeSort by: relevance | last modified time | path
    Searched refs:blkcnt_t (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/
fssvar.h 51 blkcnt_t fsg_mount_size; /* # clusters on file system */
52 blkcnt_t fsg_bs_size; /* # clusters on backing store */
73 blkcnt_t fsg_mount_size; /* # clusters on file system */
74 blkcnt_t fsg_bs_size; /* # clusters on backing store */
  /src/sbin/fsck_lfs/
fsck_vars.h 82 extern blkcnt_t badblkcount; /* count of "bad" blocks */
pass1.c 57 blkcnt_t badblkcount;
58 static blkcnt_t dupblkcount;
  /src/libexec/lfs_cleanerd/
cleaner.h 72 void toss_old_blocks(struct clfs *, BLOCK_INFO **, blkcnt_t *, int *);
coalesce.c 171 blkcnt_t i, nb, onb;
350 * TBIP with an integer (blkcnt_t) offset.
lfs_cleanerd.c 863 toss_old_blocks(struct clfs *fs, BLOCK_INFO **bipp, blkcnt_t *bic, int *sizep)
865 blkcnt_t i;
884 * XXX: blkcnt_t is 64 bits, so *bic might overflow size_t
928 blkcnt_t widebic;
1078 blkcnt_t widebic;
  /src/sys/compat/aoutm68k/
aoutm68k_stat.h 95 blkcnt_t st_blocks; /* blocks allocated for file */
  /src/tests/include/sys/
t_types.c 85 blkcnt_t bc;
  /src/sys/compat/sys/
stat.h 123 blkcnt_t st_blocks; /* blocks allocated for file */
168 blkcnt_t st_blocks; /* blocks allocated for file */
  /src/sys/sys/
types.h 129 typedef int64_t blkcnt_t; /* fs block count */ typedef in typeref:typename:int64_t
stat.h 84 blkcnt_t st_blocks; /* blocks allocated for file */
  /src/bin/ls/
ls.c 500 blkcnt_t maxblock;
  /src/sbin/newfs_lfs/
make_lfs.c 105 static blkcnt_t ifibc; /* How many indirect blocks */

Completed in 21 milliseconds