/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | statvfs.s | 40 ANSI_PRAGMA_WEAK(statvfs64,function) 53 /* C library -- statvfs64 */ 54 /* int statvfs64(const char *path, struct statvfs64 *statbuf) */ 56 SYSCALL_RVAL1(statvfs64) 58 SET_SIZE(statvfs64)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | statvfs.h | 99 typedef struct statvfs64 { struct 122 /* Kernel view of user ILP32 statvfs64 structure */ 166 #pragma redefine_extname statvfs statvfs64 170 #define statvfs statvfs64 181 #pragma redefine_extname statvfs64 statvfs 185 #define statvfs64 statvfs macro 196 int statvfs64(const char *_RESTRICT_KYWD, statvfs64_t *_RESTRICT_KYWD);
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 27 cnvtvfs64(struct statfs64 *buf, struct statvfs64 *vbuf) 44 struct statvfs64 vbuf; 51 if ((ret = statvfs64(path, &vbuf)) != -1) 60 struct statvfs64 vbuf;
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fs.h | 150 #define statvfs statvfs64 152 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 158 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fs.h | 129 #define statvfs statvfs64 131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fs.h | 154 #define statvfs statvfs64 156 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 162 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fs.h | 133 #define statvfs statvfs64 135 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 141 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fs.h | 150 #define statvfs statvfs64 152 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 158 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fs.h | 129 #define statvfs statvfs64 131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fs.h | 150 #define statvfs statvfs64 152 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 158 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fs.h | 129 #define statvfs statvfs64 131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*)); 137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 82 struct statvfs64 ds64; 88 ASSERT32(sizeof (struct statvfs64) == sizeof (struct statvfs64_32)); 124 * quantities in the statvfs64 structure. 143 cstatvfs64(struct vfs *vfsp, struct statvfs64 *ubp) 145 struct statvfs64 ds64; 149 ASSERT64(sizeof (struct statvfs) == sizeof (struct statvfs64)); 176 error = cstatvfs64(vp->v_vfsp, (struct statvfs64 *)sbp); 198 error = cstatvfs64(fp->f_vnode->v_vfsp, (struct statvfs64 *)sbp); 218 statvfs64(char *fname, struct statvfs64 *sb function [all...] |
H A D | pathconf.c | 58 struct statvfs64 sb;
|
H A D | statfs.c | 116 struct statvfs64 svfs;
|
H A D | utssys.c | 73 static int _statvfs64_by_dev(dev_t, struct statvfs64 *); 151 struct statvfs64 stvfs; 226 struct statvfs64 stvfs; 264 _statvfs64_by_dev(dev_t dev, struct statvfs64 *svp)
|
/illumos-gate/usr/src/cmd/dumpadm/ |
H A D | minfree.c | 99 struct statvfs64 fsb; 111 if (statvfs64(dir, &fsb) == -1) {
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 86 struct statvfs64 stvfs; 98 if (statvfs64(mntpnt, &stvfs) != -1) { 104 } /* if (statvfs64(mntpnt, &stvfs) != -1) */ 111 struct statvfs64 stvfs; 123 if (statvfs64(mntpnt, &stvfs) != -1) { 129 } /* if (statvfs64(mntpnt, &stvfs) != -1) */ 136 struct statvfs64 stvfs; 148 if (statvfs64(mntpnt, &stvfs) != -1) { 153 } /* if (statvfs64(mntpnt, &stvfs) != -1) */ 223 struct statvfs64 stvf [all...] |
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 172 typedef void (*output_func)(struct df_request *, struct statvfs64 *); 184 #define DFO_STATVFS 0x2 /* must do a statvfs64(2) */ 1314 g_output(struct df_request *dfrp, struct statvfs64 *fsp) 1431 k_output(struct df_request *dfrp, struct statvfs64 *fsp) 1575 t_output(struct df_request *dfrp, struct statvfs64 *fsp) 1617 eb_output(struct df_request *dfrp, struct statvfs64 *fsp) 1641 e_output(struct df_request *dfrp, struct statvfs64 *fsp) 1653 b_output(struct df_request *dfrp, struct statvfs64 *fsp) 1666 n_output(struct df_request *dfrp, struct statvfs64 *fsp) 1675 default_output(struct df_request *dfrp, struct statvfs64 *fs [all...] |
/illumos-gate/usr/src/cmd/bart/ |
H A D | create.c | 56 static struct statvfs64 parent_vfs; 253 ret_status = statvfs64(root->subtree, &parent_vfs); 347 struct statvfs64 path_vfs; 367 ret = statvfs64(name, &path_vfs);
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_fsops.h | 84 int smb_fsop_statfs(cred_t *, smb_node_t *, struct statvfs64 *);
|
H A D | smb_vops.h | 148 int smb_vop_statfs(vnode_t *, struct statvfs64 *, cred_t *);
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 140 struct statvfs64 svfsb; 159 if (statvfs64(fs_tab->name, &svfsb)) {
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 86 static void print_statvfs(struct statvfs64 *); 560 struct statvfs64 fs; 562 if (statvfs64(file, &fs) < 0 && 563 chroot_stat(file, statvfs64, (char *)&fs, &file) < 0) { 1047 print_statvfs(struct statvfs64 *fs)
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | vfs.h | 137 int (*vfs_statvfs)(struct vfs *, struct statvfs64 *);
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 202 struct statvfs64 svfsb; 268 if (statvfs64(contents, &svfsb) == -1) {
|