Lines Matching refs:statvfs64
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 *sbp)
241 fstatvfs64(int fdes, struct statvfs64 *sbp)
262 struct statvfs64 ds64;
272 * quantities in the statvfs64 structure.