Home
last modified time | relevance | path

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

/kernel/
Dacct.c79 static void do_acct_process(struct bsd_acct_struct *acct);
81 struct bsd_acct_struct { struct
95 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space() argument
127 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()
129 struct bsd_acct_struct *res; in acct_get()
155 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); in close_work()
163 static void acct_kill(struct bsd_acct_struct *acct, in acct_kill()
164 struct bsd_acct_struct *new) in acct_kill()
184 struct bsd_acct_struct *acct; in acct_pin_kill()
185 acct = container_of(pin, struct bsd_acct_struct, pin); in acct_pin_kill()
[all …]