Searched refs:statfs (Results 101 - 125 of 137) sorted by relevance

123456

/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1244 * Actions to take if <sys/statfs.h> exists.
1247 # include <sys/statfs.h>
/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c592 struct statfs *mp;
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c110 int statfs(const char *, struct statfs *); /* XXX */
1346 struct statfs stbuf;
1395 statfs(path, &stbuf);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp118 unsigned struct_statfs_sz = sizeof(struct statfs);
H A Dsanitizer_platform_limits_posix.cpp205 unsigned struct_statfs_sz = sizeof(struct statfs);
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c876 struct statfs sb;
905 if (statfs(entry->fts_accpath, &sb)) {
907 warn("statfs: %s", entry->fts_accpath);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c826 struct statfs statfs; local
841 error = VFS_STATFS(be_lun->vn->v_mount, &statfs);
843 val = statfs.f_bavail * statfs.f_bsize /
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3327 ** Only implemented if you have statfs.
3336 ** -1 if the statfs call fails.
3342 /* statfs types */
3343 # define SFS_NONE 0 /* no statfs implementation */
3345 # define SFS_4ARGS 2 /* use four-argument statfs call */
3348 # define SFS_STATFS 5 /* use <sys/statfs.h> implementation */
3359 # include <sys/statfs.h>
3398 struct statfs fs;
3411 if (statfs(dir, &fs, sizeof(fs), 0) == 0)
3417 if (statfs(di
[all...]
/freebsd-11-stable/tests/sys/file/
H A Dflock_helper.c1584 struct statfs st;
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c559 struct statfs *sbp;
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c867 msdosfs_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c944 struct statfs *mp;
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c808 ext2_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c565 udf_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/sys/kern/
H A Duipc_mqueue.c584 struct statfs *sbp;
638 mqfs_statfs(struct mount *mp, struct statfs *sbp)
H A Dvfs_mount.c86 MALLOC_DEFINE(M_STATFS, "statfs", "statfs structure");
1834 __vfs_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c99 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp);
1155 * XXX: Fix struct statfs so this isn't necessary!
1158 * it must fit in statfs.f_mntfromname, or else it can't be
1941 zfs_statfs(vfs_t *vfsp, struct statfs *statp)
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c1488 nandfs_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c154 struct statfs *mntbuf;
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c287 struct statfs *buf, *sp;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2037 * nfs statfs service
2043 struct statfs *sf;
2054 sf = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK);
3685 struct statfs *sf;
3689 sf = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK);
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c793 struct statfs *mp;
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1493 struct statfs stfs;
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c810 * These attributes cover fields in "struct vattr", "struct statfs",
819 struct nfsv3_pathconf *pc, struct statfs *sbp, struct nfsstatfs *sfp,
2071 struct statfs *fs;
2103 fs = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c5283 static struct statfs sfs;
5290 if (statfs("/", &sfs) == -1) {

Completed in 471 milliseconds

123456