Home
last modified time | relevance | path

Searched refs:acct (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dacct.c115 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() argument
124 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 …]
DMakefile69 obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
Dsys_ni.c132 COND_SYSCALL(acct);