Searched refs:f_bsize (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_statvfs47 [ ${pagesize} -eq ${f_bsize} ] || die
48 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || die
49 [ $((${f_bsize} * ${f_blocks})) -le \
H A Dh_tools.c247 (void)printf("f_bsize=%ju\n", (uintmax_t)buf.f_bsize);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_statfs.h39 long f_bsize; member in struct:ibcs2_statfs
H A Dibcs2_stat.c96 ssfs.f_bsize = sp->f_bsize;
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_statvfs.sh51 [ ${pagesize} -eq ${f_bsize} ] || \
53 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || \
55 [ $((${f_bsize} * ${f_blocks})) -le \
H A Dh_tools.c286 (void)printf("f_bsize=%lu\n", buf.f_bsize);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_statvfs.h35 u_long f_bsize; member in struct:svr4_statvfs
52 u_long f_bsize; member in struct:svr4_statvfs64
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.c31 to->f_bsize = from->f_bsize;
32 to->f_frsize = from->f_bsize; /* no exact equivalent */
H A Dbsd-statvfs.h46 unsigned long f_bsize; /* File system block size. */ member in struct:statvfs
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c77 total = (int64_t)(u_long)sf->f_blocks * sf->f_bsize;
79 sf->f_bfree = (total - used) / sf->f_bsize;
81 used) / (int)sf->f_bsize;
97 .f_bsize = BSIZE,
129 .f_bsize = BSIZE,
161 .f_bsize = BSIZE,
190 .f_bsize = BSIZE,
/freebsd-11-stable/sys/sys/
H A Dstatvfs.h66 unsigned long f_bsize; /* Size of blocks counted above */ member in struct:statvfs
/freebsd-11-stable/lib/libc/gen/
H A Dstatvfs.c124 to->f_bsize = from->f_iosize;
125 to->f_frsize = from->f_bsize;
152 SHOW(f_bsize);
/freebsd-11-stable/bin/df/
H A Ddf.c144 totalbuf.f_bsize = DEV_BSIZE;
422 prthumanval(" {:blocks/%6s}", sfsp->f_blocks * sfsp->f_bsize);
423 prthumanval(" {:used/%6s}", used * sfsp->f_bsize);
424 prthumanval(" {:available/%6s}", sfsp->f_bavail * sfsp->f_bsize);
523 if (sfsp->f_bsize == 0) {
526 sfsp->f_bsize = 512;
544 sfsp->f_bsize, blocksize),
545 mwp->used, fsbtoblk(used, sfsp->f_bsize, blocksize),
547 sfsp->f_bsize, blocksize));
582 bsize = statfsp->f_bsize / totalfs
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.h43 u_int64_t f_bsize; member in struct:sftp_statvfs
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h47 #define vfs_bsize mnt_stat.f_bsize
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.c413 lbsize = mstat->f_bsize;
428 sbp->f_bsize = mstat->f_bsize;
431 if (mstat->f_bsize != lbsize)
433 mstat->f_bsize;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c302 l_long f_bsize; member in struct:l_statfs
365 bsd_statfs->f_bsize;
373 linux_statfs->f_bsize = bsd_statfs->f_bsize;
382 linux_statfs->f_frsize = bsd_statfs->f_bsize;
420 linux_statfs->f_bsize = bsd_statfs->f_bsize;
429 linux_statfs->f_frsize = bsd_statfs->f_bsize;
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vfsops.c199 sbp->f_bsize = S_BLKSIZE;
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.c213 sbp->f_bsize = DEV_BSIZE;
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vfsops.c510 sbp->f_bsize = fsfo->st.frsize; /* cast from uint32_t to uint64_t */
531 sbp->f_bsize = FUSE_DEFAULT_BLOCKSIZE;
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vfsops.c333 sbp->f_bsize = mstat->f_bsize;
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c174 * unsigned long f_bsize; file system block size
220 sbp->f_bsize = sbp->f_frsize = sbp->f_iosize = pgsize;
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c229 sbp->f_bsize = DEV_BSIZE;
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Drecvjob.c335 spacefree = sfb.f_bavail * (sfb.f_bsize / 512);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h100 int32_t f_bsize; member in struct:statfs32

Completed in 519 milliseconds

123