Searched defs:statvfs64 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c82 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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstatvfs.h99 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);

Completed in 56 milliseconds