Home
last modified time | relevance | path

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

1234

/titanic_44/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);
/titanic_44/usr/src/uts/common/syscall/
H A Dstatvfs.c82 struct statvfs64 ds64; in cstatvfs32()
88 ASSERT32(sizeof (struct statvfs64) == sizeof (struct statvfs64_32)); in cstatvfs32()
143 cstatvfs64(struct vfs *vfsp, struct statvfs64 *ubp) in cstatvfs64()
145 struct statvfs64 ds64; in cstatvfs64()
149 ASSERT64(sizeof (struct statvfs) == sizeof (struct statvfs64)); in cstatvfs64()
176 error = cstatvfs64(vp->v_vfsp, (struct statvfs64 *)sbp); in statvfs()
198 error = cstatvfs64(fp->f_vnode->v_vfsp, (struct statvfs64 *)sbp); in fstatvfs()
218 statvfs64(char *fname, struct statvfs64 *sbp) in statvfs64() function
241 fstatvfs64(int fdes, struct statvfs64 *sbp) in fstatvfs64()
262 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()
/titanic_44/usr/src/lib/libc/common/sys/
H A Dstatvfs.s40 ANSI_PRAGMA_WEAK(statvfs64,function)
56 SYSCALL_RVAL1(statvfs64)
58 SET_SIZE(statvfs64)
/titanic_44/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c86 struct statvfs64 stvfs; in fs_get_availablesize()
98 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_availablesize()
111 struct statvfs64 stvfs; in fs_get_avail_for_nonsuperuser_size()
123 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_avail_for_nonsuperuser_size()
136 struct statvfs64 stvfs; in fs_get_blocksize()
148 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_blocksize()
223 struct statvfs64 stvfs; in fs_get_fragsize()
235 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_get_fragsize()
387 struct statvfs64 stvfs; in fs_is_readonly()
399 if (statvfs64(mntpnt, &stvfs) != -1) { in fs_is_readonly()
[all …]
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_fs.h150 #define statvfs statvfs64
152 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
158 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fs.h129 #define statvfs statvfs64
131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fs.h150 #define statvfs statvfs64
152 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
158 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fs.h129 #define statvfs statvfs64
131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_fs.h150 #define statvfs statvfs64
152 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
158 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fs.h129 #define statvfs statvfs64
131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c27 cnvtvfs64(struct statfs64 *buf, struct statvfs64 *vbuf) in cnvtvfs64()
44 struct statvfs64 vbuf; in statfs64()
51 if ((ret = statvfs64(path, &vbuf)) != -1) in statfs64()
60 struct statvfs64 vbuf; in fstatfs64()
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_fs.h154 #define statvfs statvfs64
156 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
162 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fs.h133 #define statvfs statvfs64
135 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
141 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsfstype/
H A Dcfsfstype.c80 struct statvfs64 svb; in main()
121 if (statvfs64(*argv, &svb) < 0) { in main()
/titanic_44/usr/src/cmd/dumpadm/
H A Dminfree.c99 struct statvfs64 fsb; in minfree_compute()
111 if (statvfs64(dir, &fsb) == -1) { in minfree_compute()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs129 #define statvfs statvfs64
131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs129 #define statvfs statvfs64
131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs129 #define statvfs statvfs64
131 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
137 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs133 #define statvfs statvfs64
135 extern __MANGLE__ int statvfs64 __PROTO__((const char*, struct statvfs64*));
141 extern __MANGLE__ int fstatvfs64 __PROTO__((int, struct statvfs64*));
/titanic_44/usr/src/cmd/fs.d/
H A Ddf.c178 typedef void (*output_func)(struct df_request *, struct statvfs64 *);
1250 g_output(struct df_request *dfrp, struct statvfs64 *fsp) in g_output()
1367 k_output(struct df_request *dfrp, struct statvfs64 *fsp) in k_output()
1514 t_output(struct df_request *dfrp, struct statvfs64 *fsp) in t_output()
1556 eb_output(struct df_request *dfrp, struct statvfs64 *fsp) in eb_output()
1580 e_output(struct df_request *dfrp, struct statvfs64 *fsp) in e_output()
1592 b_output(struct df_request *dfrp, struct statvfs64 *fsp) in b_output()
1605 n_output(struct df_request *dfrp, struct statvfs64 *fsp) in n_output()
1614 default_output(struct df_request *dfrp, struct statvfs64 *fsp) in default_output()
1635 V_output(struct df_request *dfrp, struct statvfs64 *fsp) in V_output()
[all …]
/titanic_44/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()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c458 struct statvfs64 svfs; in cachefs_create_cache()
476 if (statvfs64(parent, &svfs) != 0) { in cachefs_create_cache()
1004 struct statvfs64 fs; in cachefs_convert_uv2cl()
1010 xx = statvfs64(dirp, &fs); in cachefs_convert_uv2cl()
1079 struct statvfs64 fs; in cachefs_convert_cl2uv()
1086 xx = statvfs64(dirp, &fs); in cachefs_convert_cl2uv()
/titanic_44/usr/src/lib/libast/common/features/
H A Dfs206 #define statvfs statvfs64
208 extern int statvfs64(const char*, struct statvfs64*);
214 extern int fstatvfs64(int, struct statvfs64*);
/titanic_44/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()

1234