Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dacct.c136 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct() function
147 res = to_acct(ACCESS_ONCE(ns->bacct)); in acct_get()
159 if (res != to_acct(ACCESS_ONCE(ns->bacct))) { in acct_get()
169 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()