/freebsd/contrib/netbsd-tests/bin/df/ |
H A 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/lib/libc/gen/ |
H A D | statvfs.c | 122 to->f_frsize = from->f_bsize; in sfs2svfs() 150 SHOW(f_frsize); in main()
|
/freebsd/sys/sys/ |
H A D | statvfs.h | 66 unsigned long f_frsize; /* Size of fragments */ member
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-statvfs.h | 50 unsigned long f_frsize; /* Fundamental file system block size. */ member
|
H A D | bsd-statvfs.c | 40 to->f_frsize = from->f_bsize; /* no exact equivalent */ in copy_statfs_to_statvfs()
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.h | 44 u_int64_t f_frsize; member
|
H A D | sftp.c | 1114 fmt_scaled((st.f_blocks - st.f_bfree) * st.f_frsize, s_used); in do_df() 1115 fmt_scaled(st.f_bavail * st.f_frsize, s_avail); in do_df() 1116 fmt_scaled(st.f_bfree * st.f_frsize, s_root); in do_df() 1117 fmt_scaled(st.f_blocks * st.f_frsize, s_total); in do_df() 1125 (unsigned long long)(st.f_frsize * st.f_blocks / 1024), in do_df() 1126 (unsigned long long)(st.f_frsize * in do_df() 1128 (unsigned long long)(st.f_frsize * st.f_bavail / 1024), in do_df() 1129 (unsigned long long)(st.f_frsize * st.f_bfree / 1024), in do_df()
|
H A D | PROTOCOL | 533 uint64 f_frsize /* fundamental fs block size */ 534 uint64 f_blocks /* number of blocks (unit f_frsize) */
|
H A D | sftp-server.c | 670 (r = sshbuf_put_u64(msg, st->f_frsize)) != 0 || in send_statvfs()
|
H A D | sftp-client.c | 435 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 || in get_decode_statvfs()
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 280 l_long f_frsize; member 369 linux_statfs->f_frsize = bsd_statfs->f_bsize; in bsd_to_linux_statfs() 408 linux_statfs->f_frsize = bsd_statfs->f_bsize; in bsd_to_linux_statfs64()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 288 uint64_t f_frsize; in chdir() 312 buf->f_frsize = 1; in statvfs() 291 uint64_t f_frsize; global() member
|
H A D | operations.cpp | 866 out = other * m_svfs.f_frsize; in __space() 867 if (other == 0 || out / other != m_svfs.f_frsize) in __space()
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 220 sbp->f_bsize = sbp->f_frsize = sbp->f_iosize = pgsize; in dtfs_fs_statvfs()
|
/freebsd/sys/i386/linux/ |
H A D | linux.h | 221 l_int f_frsize; member
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_super.c | 144 statp->f_frsize <<= 1; in zpl_statfs()
|
H A D | zfs_vfsops.c | 1125 statp->f_frsize = zfsvfs->z_max_blksz; in zfs_statvfs()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux.h | 249 l_int f_frsize; member
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 1524 fs->xfer_align = sfs->f_frsize > 0 ? (long)sfs->f_frsize : -1; in set_statvfs_transfer_size()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2704 unsigned long f_frsize; member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 81 #define STATVFS_F_FRSIZE(vfs) vfs.f_frsize
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 3398 # define FSBLOCKSIZE fs.f_frsize
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 5543 <var-decl name='f_frsize' type-id='6028cbfe' visibility='default'/>
|