Lines Matching refs:acct
17 * parsed into the corresponding acct structure. Since it cannot be guaranteed
23 * 4d9570158b626 kernel/acct.c: fix the acct->needcheck check in check_free_space()
33 #include "lapi/acct.h"
39 #define ACCT_MEMBER(x) (v3 ? ((struct acct_v3 *)acc)->x : ((struct acct *)acc)->x)
50 struct acct v0;
168 TEST(acct(OUTPUT_FILE));
170 tst_brk(TBROK | TTERRNO, "Could not set acct output file");
174 acct(NULL);
180 tst_res(TFAIL, "acct file is empty");
210 tst_res(TFAIL, "acct() wrote incorrect file contents!");
212 tst_res(TPASS, "acct() wrote correct file contents!");
235 TEST(acct(NULL));
238 "acct() system call returned with error");
245 tst_res(TINFO, "Verifying using 'struct acct'");
246 acct_size = sizeof(struct acct);
254 acct(NULL);