Home
last modified time | relevance | path

Searched refs:statvfs64 (Results 1 – 25 of 83) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c80 struct statvfs64 ds64; in cstatvfs32()
86 ASSERT32(sizeof (struct statvfs64) == sizeof (struct statvfs64_32)); in cstatvfs32()
141 cstatvfs64(struct vfs *vfsp, struct statvfs64 *ubp) in cstatvfs64()
143 struct statvfs64 ds64; in cstatvfs64()
147 ASSERT64(sizeof (struct statvfs) == sizeof (struct statvfs64)); in cstatvfs64()
174 error = cstatvfs64(vp->v_vfsp, (struct statvfs64 *)sbp); in statvfs()
196 error = cstatvfs64(fp->f_vnode->v_vfsp, (struct statvfs64 *)sbp); in fstatvfs()
216 statvfs64(char *fname, struct statvfs64 *sbp) in statvfs64() function
239 fstatvfs64(int fdes, struct statvfs64 *sbp) in fstatvfs64()
260 struct statvfs64 ds64; in cstatvfs64_32()
H A Dutssys.c73 static int _statvfs64_by_dev(dev_t, struct statvfs64 *);
151 struct statvfs64 stvfs; in utssys_ustat32()
226 struct statvfs64 stvfs; in uts_ustat64()
264 _statvfs64_by_dev(dev_t dev, struct statvfs64 *svp) in _statvfs64_by_dev()
H A Dpathconf.c56 struct statvfs64 sb; in cpathconf()
H A Dstatfs.c114 struct statvfs64 svfs; in cstatfs()
/illumos-gate/usr/src/uts/common/sys/
H A Dstatvfs.h99 typedef struct statvfs64 { struct
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/lib/libfsmgt/common/
H A Dfs_mounts.c84 struct statvfs64 stvfs; in fs_get_availablesize()
96 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_availablesize()
109 struct statvfs64 stvfs; in fs_get_avail_for_nonsuperuser_size()
121 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_avail_for_nonsuperuser_size()
134 struct statvfs64 stvfs; in fs_get_blocksize()
146 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_blocksize()
221 struct statvfs64 stvfs; in fs_get_fragsize()
233 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_fragsize()
385 struct statvfs64 stvfs; in fs_is_readonly()
397 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_is_readonly()
[all …]
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dstatvfs.S40 ANSI_PRAGMA_WEAK(statvfs64,function)
56 SYSCALL_RVAL1(statvfs64)
58 SET_SIZE(statvfs64)
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c25 cnvtvfs64(struct statfs64 *buf, struct statvfs64 *vbuf) in cnvtvfs64()
42 struct statvfs64 vbuf; in statfs64()
49 if ((ret = statvfs64(path, &vbuf)) != -1) in statfs64()
58 struct statvfs64 vbuf; in fstatfs64()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockvfsops.c125 sockfs_statvfs(vfs_t *vfsp, struct statvfs64 *stat) in sockfs_statvfs()
136 bzero(stat, sizeof (struct statvfs64)); in sockfs_statvfs()
/illumos-gate/usr/src/test/os-tests/tests/syscall/
H A Dopen.c41 struct statvfs64 buf; in o_direct_test()
53 if (statvfs64(dir, &buf) == -1) { in o_direct_test()
/illumos-gate/usr/src/cmd/dumpadm/
H A Dminfree.c97 struct statvfs64 fsb; in minfree_compute()
109 if (statvfs64(dir, &fsb) == -1) { in minfree_compute()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs130 #define statvfs statvfs64
132 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
138 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs130 #define statvfs statvfs64
132 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
138 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs130 #define statvfs statvfs64
132 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
138 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs134 #define statvfs statvfs64
136 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
142 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c179 typedef void (*output_func)(struct df_request *, struct statvfs64 *);
1259 g_output(struct df_request *dfrp, struct statvfs64 *fsp) in g_output()
1376 k_output(struct df_request *dfrp, struct statvfs64 *fsp) in k_output()
1523 t_output(struct df_request *dfrp, struct statvfs64 *fsp) in t_output()
1565 eb_output(struct df_request *dfrp, struct statvfs64 *fsp) in eb_output()
1589 e_output(struct df_request *dfrp, struct statvfs64 *fsp) in e_output()
1601 b_output(struct df_request *dfrp, struct statvfs64 *fsp) in b_output()
1614 n_output(struct df_request *dfrp, struct statvfs64 *fsp) in n_output()
1623 default_output(struct df_request *dfrp, struct statvfs64 *fsp) in default_output()
1644 V_output(struct df_request *dfrp, struct statvfs64 *fsp) in V_output()
[all …]
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c56 static struct statvfs64 parent_vfs;
253 ret_status = statvfs64(root->subtree, &parent_vfs); in create_manifest_rule()
347 struct statvfs64 path_vfs; in walker()
367 ret = statvfs64(name, &path_vfs); in walker()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c86 static void print_statvfs(struct statvfs64 *);
560 struct statvfs64 fs; in dfreemnt()
562 if (statvfs64(file, &fs) < 0 && in dfreemnt()
563 chroot_stat(file, statvfs64, (char *)&fs, &file) < 0) { in dfreemnt()
1047 print_statvfs(struct statvfs64 *fs) in print_statvfs()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfs216 #define statvfs statvfs64
218 extern int statvfs64(const char*, struct statvfs64*);
224 extern int fstatvfs64(int, struct statvfs64*);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c144 struct statvfs64 svfsb; in fsys_stat()
163 if (statvfs64(fs_tab->name, &svfsb)) { in fsys_stat()
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c631 struct statvfs64 statvfsbuf; in set_mntpt()
678 if (statvfs64(mntp->m_mntpt, &statvfsbuf)) { in set_mntpt()
719 struct statvfs64 statvfsbuf; in set_ksnames()
754 if (ep->e_name == NULL || statvfs64(ep->e_name, &statvfsbuf)) { in set_ksnames()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c69 static int devfs_statvfs(struct vfs *, struct statvfs64 *);
267 devfs_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in devfs_statvfs()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c206 struct statvfs64 svfsb; in ocfile()
271 if (statvfs64(contents, &svfsb) == -1) { in ocfile()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c88 static int sdev_statvfs(struct vfs *, struct statvfs64 *);
466 sdev_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in sdev_statvfs()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_fsops.h96 int smb_fsop_statfs(cred_t *, smb_node_t *, struct statvfs64 *);

1234