Lines Matching refs:bsd_acct_struct
101 struct bsd_acct_struct { struct
116 static void fill_ac(struct bsd_acct_struct *acct); argument
117 static void acct_write_process(struct bsd_acct_struct *acct);
122 static bool check_free_space(struct bsd_acct_struct *acct) in check_free_space()
153 static void acct_put(struct bsd_acct_struct *p) in acct_put()
159 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct()
161 return p ? container_of(p, struct bsd_acct_struct, pin) : NULL; in to_acct()
164 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()
166 struct bsd_acct_struct *res; in acct_get()
192 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()
209 struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work); in close_work()
225 struct bsd_acct_struct *acct; in acct_on()
229 acct = kzalloc(sizeof(struct bsd_acct_struct), GFP_KERNEL); in acct_on()
456 static void fill_ac(struct bsd_acct_struct *acct) in fill_ac()
544 static void acct_write_process(struct bsd_acct_struct *acct) in acct_write_process()
569 static void do_acct_process(struct bsd_acct_struct *acct) in do_acct_process()
629 struct bsd_acct_struct *acct = acct_get(ns); in slow_acct_process()