Home | History | Annotate | Download | only in misc

Lines Matching full:fsbuf

325 	struct statfs64	fsbuf;
334 if (statfs64(file_path, &fsbuf) < 0) {
340 if (fsbuf.f_type != EXT4_SUPER_MAGIC) {
516 struct statfs64 fsbuf;
518 if (fstatfs64(fd, &fsbuf) < 0) {
529 free_blk_count = fsbuf.f_bfree;
531 free_blk_count = fsbuf.f_bavail;