Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/sys/compat/sys/
H A Dmount.h49 long f_bfree; /* free blocks in fs */ member
120 s12->f_bfree = __STATFSCLAMP(fs->f_bfree); in statvfs_to_statfs12()
121 if (fs->f_bfree > fs->f_bresvd) in statvfs_to_statfs12()
122 s12->f_bavail = __STATFSCLAMP(fs->f_bfree - fs->f_bresvd); in statvfs_to_statfs12()
124 s12->f_bavail = -__STATFSCLAMP(fs->f_bresvd - fs->f_bfree); in statvfs_to_statfs12()
H A Dstatvfs.h45 fsblkcnt_t f_bfree; /* free blocks avail in file system */ member
89 s90->f_bfree = s->f_bfree; in statvfs_to_statvfs90()
/netbsd/tests/bin/df/
H A Dgetmntinfo.c79 sf->f_bfree = (total - used) / sf->f_bsize; in other_variants()
82 sf->f_bresvd = sf->f_bfree - sf->f_bavail; in other_variants()
100 .f_bfree = (TOTAL - USED) / BSIZE, in setup_filer()
132 .f_bfree = (TOTAL - USED) / BSIZE, in setup_ld0g()
164 .f_bfree = (TOTAL - USED) / BSIZE, in setup_strpct()
193 .f_bfree = TOTAL - USED, in setup_pr23600()
/netbsd/tests/fs/tmpfs/
H A Dt_sizes.sh42 f_bused=$((${f_blocks} - ${f_bfree}))
64 f_bused=$((${f_blocks} - ${f_bfree}))
71 f_bused=$((${f_blocks} - ${f_bfree}))
90 of_bused=$((${f_blocks} - ${f_bfree}))
95 f_bused=$((${f_blocks} - ${f_bfree}))
/netbsd/bin/df/
H A Ddf.c414 totalfsp->f_bfree += sfsp->f_bfree * frsize; in addstat()
471 (uint64_t)sfsp->f_blocks, (uint64_t)sfsp->f_bfree, in prtstat()
553 used = sfsp->f_blocks - sfsp->f_bfree; in prtstat()
554 bavail = sfsp->f_bfree - sfsp->f_bresvd; in prtstat()
/netbsd/sys/compat/ultrix/
H A Dultrix_pathname.c197 int32_t f_bfree; /* free blocks */ member
220 ssfs.f_bfree = sp->f_bfree; in ultrixstatfs()
/netbsd/sys/compat/linux/common/
H A Dlinux_statfs.h79 lsp->l_fbfree = bsp->f_bfree; in bsd_to_linux_statfs()
119 lsp->l_fbfree = bsp->f_bfree / div; in bsd_to_linux_statfs64()
/netbsd/sys/fs/puffs/
H A Dpuffs_msgif.h124 fsblkcnt_t f_bfree; /* free blocks avail in file system */ member
164 ps->f_bfree = s->f_bfree; in statvfs_to_puffs_statvfs()
200 s->f_bfree = ps->f_bfree; in puffs_statvfs_to_statvfs()
/netbsd/sys/fs/union/
H A Dunion_vfsops.c456 sbp->f_blocks = sbuf->f_blocks - sbuf->f_bfree; in union_statvfs()
478 sbp->f_bfree = sbuf->f_bfree; in union_statvfs()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_20.c67 sb32p->f_bfree = (netbsd32_long)sbp->f_bfree; in compat_20_netbsd32_from_statvfs()
/netbsd/lib/librefuse/refuse/
H A Dlegacy.h64 fsblkcnt_t f_bfree; member
/netbsd/sys/miscfs/genfs/
H A Dlayer_vfsops.c181 sbp->f_bfree = sbuf->f_bfree; in layerfs_statvfs()
H A Dgenfs_vfsops.c49 sbp->f_bfree = 0; in genfs_statvfs()
/netbsd/usr.sbin/puffs/mount_psshfs/
H A Dfs.c201 psbuf_get_8(pb, &sbp->f_bfree); in psshfs_fs_statvfs()
212 sbp->f_bresvd = sbp->f_bfree - sbp->f_bavail; in psshfs_fs_statvfs()
/netbsd/sys/kern/
H A Dkern_acct.c186 if (sb->f_bfree < sb->f_bresvd) { in acct_chkfree()
189 bavail = sb->f_bfree - sb->f_bresvd; in acct_chkfree()
/netbsd/sys/fs/sysvbfs/
H A Dsysvbfs_vfsops.c278 f->f_bfree = free_block; in sysvbfs_statvfs()
279 f->f_bavail = f->f_bfree; in sysvbfs_statvfs()
/netbsd/tests/fs/common/
H A Dh_fsmacros.h82 (fsstat.f_frsize * fsstat.f_bfree) <= FSTEST_IMGSIZE) \
261 (fsstat.f_frsize * fsstat.f_bfree) <= 64*1024*1024) in atf_check_fstype()
/netbsd/usr.bin/systat/
H A Ddf.c103 used = fss[i].f_blocks - fss[i].f_bfree; in showdf()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-client.h41 u_int64_t f_bfree; member
/netbsd/sys/compat/sunos/
H A Dsunos.h71 int f_bfree; /* free blocks */ member
/netbsd/sys/sys/
H A Dstatvfs.h74 fsblkcnt_t f_bfree; /* free blocks avail in file system */ member
/netbsd/sys/coda/
H A Dcoda_vfsops.c454 sbp->f_bfree = fsstat.f_bfree; in coda_nb_statvfs()
/netbsd/sys/fs/unionfs/
H A Dunionfs_vfsops.c428 sbp->f_bfree = sbuf->f_bfree; in unionfs_statvfs()
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h213 osf1_int f_bfree; member
/netbsd/sys/fs/efs/
H A Defs_vfsops.c325 sbp->f_bfree = be32toh(emp->em_sb.sb_tfree); in efs_statvfs()
326 sbp->f_bavail = sbp->f_bfree; // XXX same?? in efs_statvfs()

1234