Searched refs:acct (Results 1 – 3 of 3) sorted by relevance
115 static void do_acct_process(struct bsd_acct_struct *acct);120 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space() argument124 if (time_is_after_jiffies(acct->needcheck)) in check_free_space()128 if (vfs_statfs(&acct->file->f_path, &sbuf)) in check_free_space()131 if (acct->active) { in check_free_space()135 acct->active = 0; in check_free_space()142 acct->active = 1; in check_free_space()147 acct->needcheck = jiffies + ACCT_TIMEOUT*HZ; in check_free_space()149 return acct->active; in check_free_space()191 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill() local[all …]
69 obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
132 COND_SYSCALL(acct);