Home
last modified time | relevance | path

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

/kernel/
Dacct.c84 struct fs_pin pin; member
141 return p ? container_of(p, struct bsd_acct_struct, pin) : NULL; in to_acct()
170 static void acct_pin_kill(struct fs_pin *pin) in acct_pin_kill() argument
172 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()
177 cmpxchg(&acct->ns->bacct, pin, NULL); in acct_pin_kill()
179 pin_remove(pin); in acct_pin_kill()
241 init_fs_pin(&acct->pin, acct_pin_kill); in acct_on()
249 pin_insert(&acct->pin, mnt); in acct_on()
252 old = xchg(&ns->bacct, &acct->pin); in acct_on()