Searched refs:freebsd11_statfs (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | gen-compat.h | 38 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 D | getmntinfo-compat11.c | 41 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 D | fts-compat11.c | 84 struct freebsd11_statfs ftsp_statfs; 1191 if (freebsd11_statfs(ent->fts_path, &priv->ftsp_statfs) != -1) { in fts_ufslinks()
|
H A D | fts-compat.c | 95 struct freebsd11_statfs ftsp_statfs; 1211 if (freebsd11_statfs(ent->fts_path, &priv->ftsp_statfs) != -1) { in fts_ufslinks()
|
/freebsd/lib/libsys/ |
H A D | Symbol.map | 13 freebsd11_statfs;
|
/freebsd/lib/libc/include/ |
H A D | compat.h | 63 __sym_compat(statfs, freebsd11_statfs, FBSD_1.0);
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2706 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st… 2712 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st… 2716 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st… 2720 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st… 2747 int freebsd11_statfs(struct thread *, struct freebsd11_statfs_args *);
|
H A D | syscall.mk | 255 freebsd11_statfs.o \
|
H A D | syscallsubr.h | 175 struct freebsd11_statfs *ubuf, long bufsize, int mode);
|
H A D | mount.h | 110 struct freebsd11_statfs { struct
|
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 747 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 D | freebsd32_proto.h | 1115 …char buf_l_[PADL_(struct freebsd11_statfs *)]; struct freebsd11_statfs * buf; char buf_r_[PADR_(st…
|