Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/contrib/ast/src/lib/libast/comp/
H A Dstatvfs.c55 #define FSTATFS(a,b) fstatfs(a,b,sizeof(struct statfs),0)
56 #define STATFS(a,b) statfs(a,b,sizeof(struct statfs),0)
59 #define STATFS(a,b) statfs(a,b)
67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
91 struct statfs ufs;
103 struct statfs ufs;
/titanic_53/usr/src/uts/common/sys/
H A Dstatfs.h46 struct statfs { struct
75 int statfs(const char *, struct statfs *, int, int); argument
76 int fstatfs(int, struct statfs *, int, int);
/titanic_53/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c52 void cpstatvfs(struct statfs *, struct statvfs *);
55 statfs_com(char *s, struct statfs *b) in statfs_com()
67 fstatfs(int fd, struct statfs *b) in fstatfs()
82 cpstatvfs(struct statfs *bsdbuf, struct statvfs *vbuf) in cpstatvfs()
/titanic_53/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c69 cnvtvfs(struct statfs *buf, struct statvfs *vbuf) in cnvtvfs()
83 statfs(char *path, struct statfs *buf) in statfs() function
100 fstatfs(int fd, struct statfs *buf) in fstatfs()
/titanic_53/usr/src/lib/libc/common/sys/
H A Dstatfs.s38 SYSCALL_RVAL1(statfs)
40 SET_SIZE(statfs)
/titanic_53/usr/src/lib/libbc/libc/sys/sys5/
H A Dstatfs.c33 statfs(char *s, struct statfs *b) in statfs() function
/titanic_53/usr/src/lib/libbc/libc/sys/4.2/
H A Dstatfs.c34 statfs(char *s, struct statfs *b) in statfs() function
/titanic_53/usr/src/boot/sys/sys/
H A Dmount.h70 struct statfs { struct
177 struct statfs mnt_stat; /* cache of filesystem stats */
609 typedef int vfs_statfs_t(struct mount *mp, struct statfs *sbp);
839 void statfs_scale_blocks(struct statfs *sf, long max_size);
932 int fhstatfs(const struct fhandle *, struct statfs *);
933 int fstatfs(int, struct statfs *);
935 int getfsstat(struct statfs *, long, int);
936 int getmntinfo(struct statfs **, int);
940 int statfs(const char *, struct statfs *);
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dfs133 sys fs_types,mount,statfs,statvfs,vfs,vmount sys/param.h sys/ucred.h
139 mem statfs.f_files,statfs.f_bavail sys/types.h - sys/statfs.h - sys/vfs.h - sys/param.h sys/mount.h
148 lib statfs,statvfs
150 lib statfs4 sys/types.h - sys/statfs.h - sys/vfs.h - sys/mount.h compile{
153 struct statfs fs;
154 return statfs("/",&fs,sizeof(fs),0);
/titanic_53/usr/src/contrib/ast/src/lib/libast/port/
H A Dmnt.c151 #define statfs statvfs
156 #define statfs statvfs
164 struct statfs* next;
165 struct statfs* last;
168 struct statfs buf[1];
274 n = (n - 1) * sizeof(struct statfs);
281 n = getfsstat(mp->next = mp->buf, n + sizeof(struct statfs), MNT_WAIT);
/titanic_53/usr/src/ucbhead/sys/
H A Dvfs.h228 struct statfs { struct
240 struct statfs { argument
/titanic_53/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs82 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
88 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
92 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_53/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs82 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
88 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
92 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_53/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs82 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
88 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
92 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_53/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs86 #define _sys_statfs 1 /* #include <sys/statfs.h> ok */
92 #define _mem_f_files_statfs 1 /* f_files is a member of struct statfs */
96 #define _lib_statfs 1 /* statfs() in default lib(s) */
/titanic_53/usr/src/cmd/backup/dump/
H A Ddumpusg.h83 #define statfs statvfs /* both struct and func */ macro
/titanic_53/usr/src/cmd/truss/
H A Dexpound.c1652 struct statfs statfs; in show_statfs() local
1655 Pread(Proc, &statfs, sizeof (statfs), offset) == sizeof (statfs)) { in show_statfs()
1659 statfs.f_fstyp, in show_statfs()
1660 statfs.f_bsize, in show_statfs()
1661 statfs.f_frsize, in show_statfs()
1662 statfs.f_blocks, in show_statfs()
1663 statfs.f_bfree, in show_statfs()
1664 statfs.f_files, in show_statfs()
1665 statfs.f_ffree); in show_statfs()
1668 statfs.f_fname, in show_statfs()
[all …]
/titanic_53/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h112 struct statfs { struct
/titanic_53/usr/src/uts/common/syscall/
H A Dstatfs.c121 if (len < 0 || len > sizeof (struct statfs)) in cstatfs()
H A DSYSCALL.README271 statfs vfs.c common/syscall/statfs.c
272 fstatfs vfs.c common/syscall/statfs.c
/titanic_53/usr/src/ucblib/libucb/
H A DMakefile.com70 statfs.o \
/titanic_53/usr/src/uts/sparc/os/
H A Dname_to_sysnum33 statfs 35
/titanic_53/usr/src/uts/intel/os/
H A Dname_to_sysnum33 statfs 35
/titanic_53/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list181 statfs SIMPLE /* 157 = 2, statfs */
/titanic_53/usr/src/ucblib/libucb/port/
H A Dmapfile-vers128 statfs;

12