Lines Matching refs:desp
50 static void check_qoff(int subcmd, char *desp, int flag) in check_qoff() argument
55 (void *) &res_qstat), "do_quotactl() to %s", desp); in check_qoff()
64 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qoff()
67 static void check_qon(int subcmd, char *desp, int flag) in check_qon() argument
72 (void *) &res_qstat), "do_quotactl() to %s", desp); in check_qon()
81 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qon()
84 static void check_qoffv(int subcmd, char *desp, int flag) in check_qoffv() argument
91 (void *) &res_qstatv), "do_quotactl() to %s", desp); in check_qoffv()
100 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qoffv()
103 static void check_qonv(int subcmd, char *desp, int flag) in check_qonv() argument
110 (void *) &res_qstatv), "do_quotactl() to %s", desp); in check_qonv()
119 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qonv()
122 static void check_qlim(int subcmd, char *desp) in check_qlim() argument
129 (void *) &res_dquota), "do_quotactl() to %s", desp); in check_qlim()
146 desp); in check_qlim()