Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetmntany.c43 struct statfs sfs; in getextmntent()
56 if (statfs(path, &sfs) != 0) { in getextmntent()
H A Dmnttab.c95 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 Dmnttab.h75 struct statfs;
81 extern void statfs2mnttab(struct statfs *sfs, struct mnttab *mp);
/f-stack/freebsd/sys/
H A Dmount.h78 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 Dsyscallsubr.h143 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 Djail.h379 struct statfs;
399 struct statfs *sp);
H A Dsysproto.h1715 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 Dsyscall.mk399 statfs.o \
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c309 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 Dkern_acct.c564 struct statfs *sp; in acctwatch()
592 sp = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK); in acctwatch()
H A Dvfs_default.c951 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 Dvfs_init.c226 vfs_statfs_sigdefer(struct mount *mp, struct statfs *sbp) in vfs_statfs_sigdefer()
H A Dvfs_mount.c2243 __vfs_statfs(struct mount *mp, struct statfs *sbp) in __vfs_statfs()
2509 struct statfs *sfp = &mp->mnt_stat; in mount_devctl_event()
H A Duipc_mqueue.c593 struct statfs *sbp; in mqfs_mount()
647 mqfs_statfs(struct mount *mp, struct statfs *sbp) in mqfs_statfs()
H A Dkern_jail.c3190 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 Dcvmx-app-init-linux.c177 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 Dmnttab.h71 struct statfs;
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c759 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 Dzpl_super.c353 .statfs = zpl_statfs,
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h232 #define statfs64 statfs
/f-stack/tools/libutil/
H A Dquotafile.c72 struct statfs sfb; in hasquota()
101 if (statfs(fs->fs_file, &sfb) != 0 || in hasquota()
/f-stack/freebsd/security/audit/
H A Daudit_worker.c145 struct statfs *mnt_stat; in audit_record_write()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c868 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 Dunix233 ngx_feature="statfs()"
241 ngx_feature_test="struct statfs fs;
242 statfs(\".\", &fs);"
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c109 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp);
1423 zfs_statfs(vfs_t *vfsp, struct statfs *statp) in zfs_statfs()

12