Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dacct.c101 struct bsd_acct_struct { struct
114 static void do_acct_process(struct bsd_acct_struct *acct); argument
119 static int check_free_space(struct bsd_acct_struct *acct) in check_free_space()
151 static void acct_put(struct bsd_acct_struct *p) in acct_put()
157 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct()
159 return p ? container_of(p, struct bsd_acct_struct, pin) : NULL; in to_acct()
162 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()
164 struct bsd_acct_struct *res; in acct_get()
190 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()
203 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); in close_work()
[all …]