Lines Matching full:system
20 * This is a Phase I test for the statvfs(2) system call.
21 * It is intended to provide a limited exposure of the system call.
66 tst_resm(TINFO, "Extracting info about the '%s' file system",
68 tst_resm(TINFO, "file system block size = %lu bytes", buf.f_bsize);
69 tst_resm(TINFO, "file system fragment size = %lu bytes", buf.f_frsize);
70 tst_resm(TINFO, "file system free blocks = %ju",
72 tst_resm(TINFO, "file system total inodes = %ju",
74 tst_resm(TINFO, "file system free inodes = %ju",
76 tst_resm(TINFO, "file system id = %lu", buf.f_fsid);
77 tst_resm(TINFO, "file system max filename length = %lu", buf.f_namemax);