| /f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | getmntany.c | 43 struct statfs sfs; in getextmntent() 56 if (statfs(path, &sfs) != 0) { in getextmntent()
|
| H A D | mnttab.c | 95 statfs2mnttab(struct statfs *sfs, struct mnttab *mp) in statfs2mnttab() 130 static struct statfs *gsfs = NULL; 136 struct statfs *sfs; in statfs_init()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | mnttab.h | 75 struct statfs; 81 extern void statfs2mnttab(struct statfs *sfs, struct mnttab *mp);
|
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 78 struct statfs { struct 225 struct statfs mnt_stat; /* cache of filesystem stats */ 759 typedef int vfs_statfs_t(struct mount *mp, struct statfs *sbp); 956 void statfs_scale_blocks(struct statfs *sf, long max_size); 1140 int fhstatfs(const struct fhandle *, struct statfs *); 1141 int fstatfs(int, struct statfs *); 1144 int getfsstat(struct statfs *, long, int); 1145 int getmntinfo(struct statfs **, int); 1149 int statfs(const char *, struct statfs *);
|
| H A D | syscallsubr.h | 143 int kern_fhstatfs(struct thread *td, fhandle_t fh, struct statfs *buf); 146 int kern_fstatfs(struct thread *td, int fd, struct statfs *buf); 157 int kern_getfsstat(struct thread *td, struct statfs **buf, size_t bufsize, 309 struct statfs *buf);
|
| H A D | jail.h | 379 struct statfs; 399 struct statfs *sp);
|
| H A D | sysproto.h | 1715 char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char buf_r_[PADR_(struct statfs *)]; 1719 char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char buf_r_[PADR_(struct statfs *)]; 1722 char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char buf_r_[PADR_(struct statfs *)]; 1728 char buf_l_[PADL_(struct statfs *)]; struct statfs * buf; char buf_r_[PADR_(struct statfs *)];
|
| H A D | syscall.mk | 399 statfs.o \
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 309 struct statfs *buf; 315 struct statfs *sfp; in sys_statfs() 352 struct statfs *buf; 358 struct statfs *sfp; in sys_fstatfs() 399 struct statfs *buf; 601 struct statfs *sfp; in freebsd4_statfs() 627 struct statfs *sfp; in freebsd4_fstatfs() 695 struct statfs *sfp; in freebsd4_fhstatfs() 755 struct statfs *sfp; in freebsd11_statfs() 775 struct statfs *sfp; in freebsd11_fstatfs() [all …]
|
| H A D | kern_acct.c | 564 struct statfs *sp; in acctwatch() 592 sp = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK); in acctwatch()
|
| H A D | vfs_default.c | 951 struct statfs *sfs; in vop_stdallocate() 988 sfs = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK); in vop_stdallocate() 1326 struct statfs *sbp;
|
| H A D | vfs_init.c | 226 vfs_statfs_sigdefer(struct mount *mp, struct statfs *sbp) in vfs_statfs_sigdefer()
|
| H A D | vfs_mount.c | 2243 __vfs_statfs(struct mount *mp, struct statfs *sbp) in __vfs_statfs() 2509 struct statfs *sfp = &mp->mnt_stat; in mount_devctl_event()
|
| H A D | uipc_mqueue.c | 593 struct statfs *sbp; in mqfs_mount() 647 mqfs_statfs(struct mount *mp, struct statfs *sbp) in mqfs_statfs()
|
| H A D | kern_jail.c | 3190 struct statfs *sp; in prison_canseemount() 3222 prison_enforce_statfs(struct ucred *cred, struct mount *mp, struct statfs *sp) in prison_enforce_statfs()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-app-init-linux.c | 177 struct statfs f; in setup_cvmx_shared() 180 if (statfs (defaultdir, &f) == 0) in setup_cvmx_shared()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | mnttab.h | 71 struct statfs;
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_file.c | 759 struct kstatfs statfs; in zpl_fallocate_common() local 771 error = zfs_statvfs(ip, &statfs); in zpl_fallocate_common() 780 if (len > statfs.f_bavail * (statfs.f_bsize * 100 / percent)) { in zpl_fallocate_common()
|
| H A D | zpl_super.c | 353 .statfs = zpl_statfs,
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 232 #define statfs64 statfs
|
| /f-stack/tools/libutil/ |
| H A D | quotafile.c | 72 struct statfs sfb; in hasquota() 101 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_worker.c | 145 struct statfs *mnt_stat; in audit_record_write()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.c | 868 struct statfs fs; in ngx_fs_bsize() 870 if (statfs((char *) name, &fs) == -1) { in ngx_fs_bsize()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 233 ngx_feature="statfs()" 241 ngx_feature_test="struct statfs fs; 242 statfs(\".\", &fs);"
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 109 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp); 1423 zfs_statfs(vfs_t *vfsp, struct statfs *statp) in zfs_statfs()
|