Home
last modified time | relevance | path

Searched refs:freebsd11_statfs (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/gen/
H A Dgen-compat.h38 struct freebsd11_statfs;
48 int freebsd11_statfs(const char *, struct freebsd11_statfs *);
49 int freebsd11_getfsstat(struct freebsd11_statfs *, long, int);
50 int freebsd11_getmntinfo(struct freebsd11_statfs **, int);
H A Dgetmntinfo-compat11.c41 freebsd11_getmntinfo(struct freebsd11_statfs **mntbufp, int flags) in freebsd11_getmntinfo()
43 static struct freebsd11_statfs *mntbuf; in freebsd11_getmntinfo()
53 while (bufsize <= mntsize * sizeof(struct freebsd11_statfs)) { in freebsd11_getmntinfo()
56 bufsize = (mntsize + 1) * sizeof(struct freebsd11_statfs); in freebsd11_getmntinfo()
57 if ((mntbuf = (struct freebsd11_statfs *)malloc(bufsize)) == 0) in freebsd11_getmntinfo()
H A Dfts-compat11.c84 struct freebsd11_statfs ftsp_statfs;
1191 if (freebsd11_statfs(ent->fts_path, &priv->ftsp_statfs) != -1) { in fts_ufslinks()
H A Dfts-compat.c95 struct freebsd11_statfs ftsp_statfs;
1211 if (freebsd11_statfs(ent->fts_path, &priv->ftsp_statfs) != -1) { in fts_ufslinks()
/freebsd/lib/libsys/
H A DSymbol.map12 freebsd11_statfs;
/freebsd/lib/libc/include/
H A Dcompat.h63 __sym_compat(statfs, freebsd11_statfs, FBSD_1.0);
/freebsd/sys/sys/
H A Dsysproto.h2695 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2701 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2705 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2709 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
2736 int freebsd11_statfs(struct thread *, struct freebsd11_statfs_args *);
H A Dsyscall.mk252 freebsd11_statfs.o \
H A Dsyscallsubr.h173 struct freebsd11_statfs *ubuf, long bufsize, int mode);
H A Dmount.h110 struct freebsd11_statfs { struct
/freebsd/sys/kern/
H A Dvfs_syscalls.c747 static void freebsd11_cvtstatfs(struct statfs *, struct freebsd11_statfs *);
750 freebsd11_statfs(struct thread *td, struct freebsd11_statfs_args *uap) in freebsd11_statfs() function
752 struct freebsd11_statfs osb; in freebsd11_statfs()
772 struct freebsd11_statfs osb; in freebsd11_fstatfs()
796 kern_freebsd11_getfsstat(struct thread *td, struct freebsd11_statfs * ubuf, in kern_freebsd11_getfsstat()
799 struct freebsd11_statfs osb; in kern_freebsd11_getfsstat()
832 struct freebsd11_statfs osb; in freebsd11_fhstatfs()
854 freebsd11_cvtstatfs(struct statfs *nsp, struct freebsd11_statfs *osp) in freebsd11_cvtstatfs()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h1109 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…