/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-statvfs.c | 45 to->f_ffree = from->f_ffree; in copy_statfs_to_statvfs() 46 to->f_favail = from->f_ffree; /* no exact equivalent */ in copy_statfs_to_statvfs()
|
H A D | bsd-statvfs.h | 57 fsfilcnt_t f_ffree; /* Total number of free file serial numbers. */ member
|
/freebsd/lib/libc/gen/ |
H A D | statvfs.c | 119 COPY(f_ffree); in sfs2svfs() 123 to->f_favail = to->f_ffree; in sfs2svfs() 147 SHOW(f_ffree); in main()
|
/freebsd/bin/df/ |
H A D | df.c | 537 used = inodes - sfsp->f_ffree; in prtstat() 541 prthumanvalinode(" {:inodes-free/%5s}", sfsp->f_ffree); in prtstat() 548 mwp->ifree, (intmax_t)sfsp->f_ffree); in prtstat() 574 totalfsp->f_ffree += statfsp->f_ffree; in addstat() 600 sfsp->f_ffree)); in update_maxwidths() 601 mwp->ifree = imax(mwp->ifree, int64width(sfsp->f_ffree)); in update_maxwidths()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_super.c | 152 uint64_t usedobjs = statp->f_files - statp->f_ffree; in zpl_statfs() 153 statp->f_ffree = MIN(statp->f_ffree, UINT32_MAX - usedobjs); in zpl_statfs() 154 statp->f_files = statp->f_ffree + usedobjs; in zpl_statfs()
|
/freebsd/tools/test/stress2/misc/ |
H A D | statfs.sh | 84 printf("Free inodes on %s: %jd\n", path, buf.f_ffree); 85 return (buf.f_ffree);
|
/freebsd/tools/test/stress2/lib/ |
H A D | resources.c | 69 buf.f_ffree = 9999; in inodes() 73 buf.f_mntonname, buf.f_ffree); in inodes() 74 return (buf.f_ffree); in inodes()
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 277 l_long f_ffree; member 360 linux_statfs->f_ffree = MIN(bsd_statfs->f_ffree, INT32_MAX); in bsd_to_linux_statfs() 363 linux_statfs->f_ffree = bsd_statfs->f_ffree; in bsd_to_linux_statfs() 403 linux_statfs->f_ffree = bsd_statfs->f_ffree; in bsd_to_linux_statfs64()
|
/freebsd/sys/sys/ |
H A D | statvfs.h | 62 fsfilcnt_t f_ffree; member
|
H A D | mount.h | 91 int64_t f_ffree; /* free nodes avail to non-superuser */ member 120 int64_t f_ffree; /* free nodes avail to non-superuser */ member 150 long f_ffree; /* free file nodes in fs */ member
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.h | 49 u_int64_t f_ffree; member
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 375 sbp->f_ffree = mstat->f_ffree; in nullfs_statfs()
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 202 sbp->f_ffree = 0; in autofs_statfs()
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | 227 sbp->f_ffree = freefd; /* See comments above */ in fdesc_statfs()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | statfs.cc | 165 EXPECT_EQ(6l, statbuf.f_ffree); in TEST_F()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 518 sbp->f_ffree = mstat->f_ffree; in unionfs_statfs()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vfsops.c | 232 sbp->f_ffree = 0; in devfs_statfs()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 669 sbp->f_ffree = fsfo->st.ffree; /* cast from uint64_t to int64_t */ in fuse_vfsop_statfs() 681 sbp->f_ffree = 0; in fuse_vfsop_statfs()
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 222 sbp->f_ffree = sbp->f_favail = NFILES - dtm->dtm_nfiles; in dtfs_fs_statvfs()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 646 sbp->f_ffree = 0; in tmpfs_statfs() 648 sbp->f_ffree = sbp->f_files - used; in tmpfs_statfs()
|
/freebsd/sys/i386/linux/ |
H A D | linux.h | 218 uint64_t f_ffree; member
|
/freebsd/sys/amd64/linux32/ |
H A D | linux.h | 246 uint64_t f_ffree; member
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clport.c | 942 sbp->f_ffree = INT64_MAX; in nfscl_loadsbinfo() 944 sbp->f_ffree = sfp->sf_ffiles; in nfscl_loadsbinfo() 958 sbp->f_ffree = 0; in nfscl_loadsbinfo()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 151 int32_t f_ffree; member
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.c | 384 sbp->f_ffree = 0; in pfs_mount()
|