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

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

Completed in 190 milliseconds