Searched refs:statfs (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dstatfs.s30 .file "statfs.s"
32 /* C library -- statfs */
33 /* int statfs (const char *path, struct statfs *buf, int len, */
38 SYSCALL_RVAL1(statfs)
40 SET_SIZE(statfs)
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dstatfs.c33 statfs(char *s, struct statfs *b) function
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dstatfs.c34 statfs(char *s, struct statfs *b) function
/illumos-gate/usr/src/uts/common/sys/
H A Dstatfs.h40 * Structure returned by statfs(2) and fstatfs(2).
46 struct statfs { struct
75 int statfs(const char *, struct statfs *, int, int);
76 int fstatfs(int, struct statfs *, int, int);
/illumos-gate/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)
67 fstatfs(int fd, struct statfs *b)
82 cpstatvfs(struct statfs *bsdbuf, struct statvfs *vbuf)
H A Dsyscall.c326 return (statfs(c1, c2));
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstatvfs.c40 #include <sys/statfs.h>
55 #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;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c69 cnvtvfs(struct statfs *buf, struct statvfs *vbuf)
83 statfs(char *path, struct statfs *buf) function
100 fstatfs(int fd, struct statfs *buf)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpusg.h83 #define statfs statvfs /* both struct and func */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h205 extern ulong_t vf_to_stf(); /* map VFS flags to statfs flags */
228 struct statfs { struct
240 struct statfs { struct
/illumos-gate/usr/src/uts/common/syscall/
H A Dstatfs.c44 #include <sys/statfs.h>
57 * statfs(2) and fstatfs(2) have been replaced by statvfs(2) and
110 * Common routine for fstatfs and statfs.
121 if (len < 0 || len > sizeof (struct statfs))
130 * Map statvfs fields into the old statfs structure.
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h46 * NOTE: When changing statfs structure, mount structure, MNT_* flags or
70 struct statfs { struct
100 /* XXX statfs.2 is out of date with read counter changes here. */
177 struct statfs mnt_stat; /* cache of filesystem stats */
287 * Mask of flags that are visible to statfs().
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 *, lon
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h112 struct statfs { struct
/illumos-gate/usr/src/ucblib/libucb/
H A DMakefile.com70 statfs.o \
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmnt.c148 #define statfs statvfs
155 struct statfs* next;
156 struct statfs* last;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c43 #include <sys/statfs.h>
1652 struct statfs statfs; local
1655 Pread(Proc, &statfs, sizeof (statfs), offset) == sizeof (statfs)) {
1659 statfs.f_fstyp,
1660 statfs.f_bsize,
1661 statfs.f_frsize,
1662 statfs
1678 struct statfs32 statfs; local
[all...]
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c41 #include <sys/statfs.h>
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c63 struct statfs *mounts;
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile152 statfs.o fcntl.o read.o write.o readv.o \
162 rmdir.o setgroups.o setpgrp.o stat.o statfs.o \
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c1661 struct statfs statfsb;
1677 if( statfs(name, &statfsb)<0 )
1699 * wire, so "statfs" on an NFS file system always returns -1.
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3253 ** Only implemented if you have statfs.
3262 ** -1 if the statfs call fails.
3268 /* statfs types */
3269 # define SFS_NONE 0 /* no statfs implementation */
3271 # define SFS_4ARGS 2 /* use four-argument statfs call */
3274 # define SFS_STATFS 5 /* use <sys/statfs.h> implementation */
3285 # include <sys/statfs.h>
3324 struct statfs fs;
3337 if (statfs(dir, &fs, sizeof(fs), 0) == 0)
3343 if (statfs(di
[all...]
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com290 statfs.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com291 statfs.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile263 statfs.o \
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c42 #include <sys/statfs.h>
480 SYSENT_CI("statfs", statfs32, 4)),
857 /* 35 */ SYSENT_CI("statfs", statfs32, 4),

Completed in 167 milliseconds

12