Searched refs:bsd_acct_struct (Results 1 – 1 of 1) sorted by relevance
96 struct bsd_acct_struct { struct111 static void fill_ac(struct bsd_acct_struct *acct); argument112 static void acct_write_process(struct bsd_acct_struct *acct);117 static bool check_free_space(struct bsd_acct_struct *acct) in check_free_space()148 static void acct_put(struct bsd_acct_struct *p) in acct_put()154 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct()156 return p ? container_of(p, struct bsd_acct_struct, pin) : NULL; in to_acct()159 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()161 struct bsd_acct_struct *res; in acct_get()187 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()[all …]