Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/bin/df/
H A 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/lib/libc/gen/
H A Dstatvfs.c122 to->f_frsize = from->f_bsize; in sfs2svfs()
150 SHOW(f_frsize); in main()
/freebsd/sys/sys/
H A Dstatvfs.h66 unsigned long f_frsize; /* Size of fragments */ member
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h50 unsigned long f_frsize; /* Fundamental file system block size. */ member
H A Dbsd-statvfs.c40 to->f_frsize = from->f_bsize; /* no exact equivalent */ in copy_statfs_to_statvfs()
/freebsd/crypto/openssh/
H A Dsftp-client.h44 u_int64_t f_frsize; member
H A Dsftp.c1114 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 DPROTOCOL533 uint64 f_frsize /* fundamental fs block size */
534 uint64 f_blocks /* number of blocks (unit f_frsize) */
H A Dsftp-server.c670 (r = sshbuf_put_u64(msg, st->f_frsize)) != 0 || in send_statvfs()
H A Dsftp-client.c435 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 || in get_decode_statvfs()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c280 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 Dposix_compat.h288 uint64_t f_frsize; in chdir()
312 buf->f_frsize = 1; in statvfs()
291 uint64_t f_frsize; global() member
H A Doperations.cpp866 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 Ddtfs_vfsops.c220 sbp->f_bsize = sbp->f_frsize = sbp->f_iosize = pgsize; in dtfs_fs_statvfs()
/freebsd/sys/i386/linux/
H A Dlinux.h221 l_int f_frsize; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c144 statp->f_frsize <<= 1; in zpl_statfs()
H A Dzfs_vfsops.c1125 statp->f_frsize = zfsvfs->z_max_blksz; in zfs_statvfs()
/freebsd/sys/amd64/linux32/
H A Dlinux.h249 l_int f_frsize; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1524 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 Dsanitizer_platform_limits_netbsd.cpp2704 unsigned long f_frsize; member
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc81 #define STATVFS_F_FRSIZE(vfs) vfs.f_frsize
/freebsd/contrib/sendmail/src/
H A Dconf.c3398 # define FSBLOCKSIZE fs.f_frsize
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi5543 <var-decl name='f_frsize' type-id='6028cbfe' visibility='default'/>