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

/macosx-10.10/BootCache-109/
H A Dlibrary.c849 struct statfs statfs_buf; local
850 if (0 != fstatfs(fd, &statfs_buf)) {
858 filesize = (((filesize + (statfs_buf.f_bsize - 1)) / statfs_buf.f_bsize) * statfs_buf.f_bsize);
865 if (0 != getattrlist(statfs_buf.f_mntonname, &list, &attrBuf, sizeof(attrBuf), 0)) {
866 warnx("Unable to determine uuid for volume %s", statfs_buf.f_mntonname);
H A Dcontrol.c1485 struct statfs statfs_buf; local
1486 if (0 != statfs(root, &statfs_buf)) {
1491 block_size = statfs_buf.f_bsize;

Completed in 85 milliseconds