| /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 | 538 used = inodes - sfsp->f_ffree; in prtstat() 542 prthumanvalinode(" {:inodes-free/%5s}", sfsp->f_ffree); in prtstat() 549 mwp->ifree, (intmax_t)sfsp->f_ffree); in prtstat() 575 totalfsp->f_ffree += statfsp->f_ffree; in addstat() 601 sfsp->f_ffree)); in update_maxwidths() 602 mwp->ifree = imax(mwp->ifree, int64width(sfsp->f_ffree)); in update_maxwidths()
|
| /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 | 323 l_long f_ffree; member 408 linux_statfs->f_ffree = MIN(bsd_statfs->f_ffree, INT32_MAX); in bsd_to_linux_statfs() 411 linux_statfs->f_ffree = bsd_statfs->f_ffree; in bsd_to_linux_statfs() 451 linux_statfs->f_ffree = bsd_statfs->f_ffree; in bsd_to_linux_statfs64()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | struct_statvfs.h | 22 fsfilcnt_t f_ffree; /* Number of free inodes */ member
|
| /freebsd/sys/sys/ |
| H A D | statvfs.h | 62 fsfilcnt_t f_ffree; member
|
| H A D | mount.h | 97 int64_t f_ffree; /* free nodes avail to non-superuser */ member 126 int64_t f_ffree; /* free nodes avail to non-superuser */ member 156 long f_ffree; /* free file nodes in fs */ member
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 252 uint64_t usedobjs = statp->f_files - statp->f_ffree; in zpl_statfs() 253 statp->f_ffree = MIN(statp->f_ffree, UINT32_MAX - usedobjs); in zpl_statfs() 254 statp->f_files = statp->f_ffree + usedobjs; in zpl_statfs()
|
| /freebsd/crypto/openssh/ |
| H A D | sftp-client.h | 43 uint64_t f_ffree; member
|
| /freebsd/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 396 sbp->f_ffree = mstat->f_ffree; in nullfs_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 | 541 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/autofs/ |
| H A D | autofs_vfsops.c | 229 sbp->f_ffree = 0; in autofs_statfs()
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_vfsops.c | 725 sbp->f_ffree = fsfo->st.ffree; /* cast from uint64_t to int64_t */ 737 sbp->f_ffree = 0;
|
| /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 | 670 sbp->f_ffree = 0; in tmpfs_statfs() 672 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/fs/nfsclient/ |
| H A D | nfs_clport.c | 966 sbp->f_ffree = INT64_MAX; in nfscl_loadsbinfo() 968 sbp->f_ffree = sfp->sf_ffiles; in nfscl_loadsbinfo() 982 sbp->f_ffree = 0; in nfscl_loadsbinfo()
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux.h | 246 uint64_t f_ffree; member
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32.h | 143 int32_t f_ffree; member
|