Searched refs:statfsbuf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstat.c124 struct statfs const *statfsbuf = data; local
130 printf(pformat, statfsbuf->f_fsid);
133 printf(pformat, statfsbuf->f_namelen);
136 printf(pformat, (unsigned long) (statfsbuf->f_type)); /* no equiv */
139 printf(pformat, human_fstype(statfsbuf->f_type));
142 printf(pformat, (intmax_t) (statfsbuf->f_blocks));
145 printf(pformat, (intmax_t) (statfsbuf->f_bfree));
148 printf(pformat, (intmax_t) (statfsbuf->f_bavail));
151 printf(pformat, (unsigned long) (statfsbuf->f_bsize));
154 printf(pformat, (intmax_t) (statfsbuf
340 struct statfs statfsbuf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_disk.c132 struct statfs statfsbuf; local
147 status = statfs(data->diskInfo.mdata[i].mountpoint, &statfsbuf);
148 p->freeMegs = (statfsbuf.f_bfree*statfsbuf.f_bsize)/1048576;

Completed in 43 milliseconds