bsd_acct_struct
static void fill_ac(struct bsd_acct_struct *acct);
static void acct_write_process(struct bsd_acct_struct *acct);
static bool check_free_space(struct bsd_acct_struct *acct)
static void acct_put(struct bsd_acct_struct *p)
static inline struct bsd_acct_struct *to_acct(struct fs_pin *p)
return p ? container_of(p, struct bsd_acct_struct, pin) : NULL;
static struct bsd_acct_struct *acct_get(struct pid_namespace *ns)
struct bsd_acct_struct *res;
struct bsd_acct_struct *acct = to_acct(pin);
struct bsd_acct_struct *acct = container_of(work, struct bsd_acct_struct, work);
struct bsd_acct_struct *acct;
acct = kzalloc_obj(struct bsd_acct_struct);
static void fill_ac(struct bsd_acct_struct *acct)
static void acct_write_process(struct bsd_acct_struct *acct)
static void do_acct_process(struct bsd_acct_struct *acct)
struct bsd_acct_struct *acct = acct_get(ns);