Home | History | Annotate | Download | only in common

Lines Matching defs:sbuf

90 	struct statvfs *sbuf;
101 sbuf = STATVFSBUF_GET();
102 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
105 error = statvfs_to_statfs12_copy(sbuf, SCARG(uap, buf), 0);
108 STATVFSBUF_PUT(sbuf);
125 struct statvfs *sbuf;
132 sbuf = STATVFSBUF_GET();
133 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
135 error = statvfs_to_statfs12_copy(sbuf, SCARG(uap, buf), 0);
138 STATVFSBUF_PUT(sbuf);
166 struct statvfs *sbuf;
189 sbuf = STATVFSBUF_GET();
190 if ((error = VFS_STATVFS(mp, sbuf)) != 0)
192 error = statvfs_to_statfs12_copy(sbuf, SCARG(uap, buf), 0);
195 STATVFSBUF_PUT(sbuf);