Home
last modified time | relevance | path

Searched refs:f_frsize (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/bin/df/
Dgetmntinfo.c98 .f_frsize = BSIZE, in setup_filer()
130 .f_frsize = BSIZE, in setup_ld0g()
162 .f_frsize = BSIZE, in setup_strpct()
191 .f_frsize = BSIZE, in setup_pr23600()
/freebsd-12-stable/lib/libc/gen/
Dstatvfs.c125 to->f_frsize = from->f_bsize; in sfs2svfs()
153 SHOW(f_frsize); in main()
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_statfs.h42 long f_frsize; member
Dibcs2_stat.c99 ssfs.f_frsize = 0;
/freebsd-12-stable/sys/sys/
Dstatvfs.h68 unsigned long f_frsize; /* Size of fragments */ member
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dbsd-statvfs.h50 unsigned long f_frsize; /* Fundamental file system block size. */ member
Dbsd-statvfs.c40 to->f_frsize = from->f_bsize; /* no exact equivalent */ in copy_statfs_to_statvfs()
/freebsd-12-stable/crypto/openssh/
Dsftp-client.h44 u_int64_t f_frsize; member
Dsftp.c1099 fmt_scaled((st.f_blocks - st.f_bfree) * st.f_frsize, s_used); in do_df()
1100 fmt_scaled(st.f_bavail * st.f_frsize, s_avail); in do_df()
1101 fmt_scaled(st.f_bfree * st.f_frsize, s_root); in do_df()
1102 fmt_scaled(st.f_blocks * st.f_frsize, s_total); in do_df()
1110 (unsigned long long)(st.f_frsize * st.f_blocks / 1024), in do_df()
1111 (unsigned long long)(st.f_frsize * in do_df()
1113 (unsigned long long)(st.f_frsize * st.f_bavail / 1024), in do_df()
1114 (unsigned long long)(st.f_frsize * st.f_bfree / 1024), in do_df()
DPROTOCOL454 uint64 f_frsize /* fundamental fs block size */
455 uint64 f_blocks /* number of blocks (unit f_frsize) */
Dsftp-server.c670 (r = sshbuf_put_u64(msg, st->f_frsize)) != 0 || in send_statvfs()
Dsftp-client.c432 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 || in get_decode_statvfs()
/freebsd-12-stable/sys/compat/linux/
Dlinux_stats.c329 l_long f_frsize; member
401 linux_statfs->f_frsize = bsd_statfs->f_bsize; in bsd_to_linux_statfs()
444 linux_statfs->f_frsize = bsd_statfs->f_bsize; in bsd_to_linux_statfs64()
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
Dposix_compat.h313 uint64_t f_frsize; member
338 buf->f_frsize = 1; in statvfs()
Doperations.cpp1403 out = other * m_svfs.f_frsize; in __space()
1404 if (other == 0 || out / other != m_svfs.f_frsize) in __space()
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
Ddtfs_vfsops.c220 sbp->f_bsize = sbp->f_frsize = sbp->f_iosize = pgsize; in dtfs_fs_statvfs()
/freebsd-12-stable/sys/i386/linux/
Dlinux.h213 l_int f_frsize; member
/freebsd-12-stable/sys/amd64/linux32/
Dlinux.h242 l_int f_frsize; member
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_disk_posix.c1520 fs->xfer_align = sfs->f_frsize > 0 ? (long)sfs->f_frsize : -1; in set_statvfs_transfer_size()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2705 unsigned long f_frsize; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DPath.inc78 #define STATVFS_F_FRSIZE(vfs) vfs.f_frsize
/freebsd-12-stable/contrib/sendmail/src/
Dconf.c3402 # define FSBLOCKSIZE fs.f_frsize