| /freebsd-12-stable/contrib/netbsd-tests/bin/df/ |
| D | getmntinfo.c | 98 .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/ |
| D | statvfs.c | 125 to->f_frsize = from->f_bsize; in sfs2svfs() 153 SHOW(f_frsize); in main()
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_statfs.h | 42 long f_frsize; member
|
| D | ibcs2_stat.c | 99 ssfs.f_frsize = 0;
|
| /freebsd-12-stable/sys/sys/ |
| D | statvfs.h | 68 unsigned long f_frsize; /* Size of fragments */ member
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-statvfs.h | 50 unsigned long f_frsize; /* Fundamental file system block size. */ member
|
| D | bsd-statvfs.c | 40 to->f_frsize = from->f_bsize; /* no exact equivalent */ in copy_statfs_to_statvfs()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sftp-client.h | 44 u_int64_t f_frsize; member
|
| D | sftp.c | 1099 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()
|
| D | PROTOCOL | 454 uint64 f_frsize /* fundamental fs block size */ 455 uint64 f_blocks /* number of blocks (unit f_frsize) */
|
| D | sftp-server.c | 670 (r = sshbuf_put_u64(msg, st->f_frsize)) != 0 || in send_statvfs()
|
| D | sftp-client.c | 432 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 || in get_decode_statvfs()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_stats.c | 329 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/ |
| D | posix_compat.h | 313 uint64_t f_frsize; member 338 buf->f_frsize = 1; in statvfs()
|
| D | operations.cpp | 1403 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/ |
| D | dtfs_vfsops.c | 220 sbp->f_bsize = sbp->f_frsize = sbp->f_iosize = pgsize; in dtfs_fs_statvfs()
|
| /freebsd-12-stable/sys/i386/linux/ |
| D | linux.h | 213 l_int f_frsize; member
|
| /freebsd-12-stable/sys/amd64/linux32/ |
| D | linux.h | 242 l_int f_frsize; member
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_disk_posix.c | 1520 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/ |
| D | sanitizer_platform_limits_netbsd.cpp | 2705 unsigned long f_frsize; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Path.inc | 78 #define STATVFS_F_FRSIZE(vfs) vfs.f_frsize
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | conf.c | 3402 # define FSBLOCKSIZE fs.f_frsize
|