Searched refs:f_frsize (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dstatvfs.h68 unsigned long f_frsize; /* Size of fragments */ member in struct:statvfs
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h50 unsigned long f_frsize; /* Fundamental file system block size. */ member in struct:statvfs
52 /* units of f_frsize. */
H A Dbsd-statvfs.c36 to->f_frsize = from->f_bsize; /* no exact equivalent */
/freebsd-13-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c98 .f_frsize = BSIZE,
130 .f_frsize = BSIZE,
162 .f_frsize = BSIZE,
191 .f_frsize = BSIZE,
/freebsd-13-stable/lib/libc/gen/
H A Dstatvfs.c125 to->f_frsize = from->f_bsize;
153 SHOW(f_frsize);
/freebsd-13-stable/crypto/openssh/
H A Dsftp-client.h44 u_int64_t f_frsize; member in struct:sftp_statvfs
H A Dsftp.c1072 fmt_scaled((st.f_blocks - st.f_bfree) * st.f_frsize, s_used);
1073 fmt_scaled(st.f_bavail * st.f_frsize, s_avail);
1074 fmt_scaled(st.f_bfree * st.f_frsize, s_root);
1075 fmt_scaled(st.f_blocks * st.f_frsize, s_total);
1083 (unsigned long long)(st.f_frsize * st.f_blocks / 1024),
1084 (unsigned long long)(st.f_frsize *
1086 (unsigned long long)(st.f_frsize * st.f_bavail / 1024),
1087 (unsigned long long)(st.f_frsize * st.f_bfree / 1024),
H A Dsftp-client.c372 (r = sshbuf_get_u64(msg, &st->f_frsize)) != 0 ||
H A Dsftp-server.c625 (r = sshbuf_put_u64(msg, st->f_frsize)) != 0 ||
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c154 statp->f_frsize <<= 1;
H A Dzfs_vfsops.c1113 statp->f_frsize = zfsvfs->z_max_blksz;
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c175 * unsigned long f_frsize; fundamental file system block size
178 * (in units of f_frsize)
220 sbp->f_bsize = sbp->f_frsize = sbp->f_iosize = pgsize;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_stats.c333 l_long f_frsize; member in struct:l_statfs
405 linux_statfs->f_frsize = bsd_statfs->f_bsize;
452 linux_statfs->f_frsize = bsd_statfs->f_bsize;
/freebsd-13-stable/sys/i386/linux/
H A Dlinux.h213 l_int f_frsize; member in struct:l_statfs64
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux.h242 l_int f_frsize; member in struct:l_statfs64
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1691 t->current_filesystem->xfer_align = svfs.f_frsize;
1806 t->current_filesystem->xfer_align = svfs.f_frsize;
1811 t->current_filesystem->xfer_align = sfs.f_frsize;
1921 t->current_filesystem->xfer_align = svfs.f_frsize;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1194 out = other * m_svfs.f_frsize;
1195 if (other == 0 || out / other != m_svfs.f_frsize)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2552 unsigned long f_frsize; member in struct:statvfs90
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c3396 # define FSBLOCKSIZE fs.f_frsize

Completed in 436 milliseconds