Home
last modified time | relevance | path

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

/kernel/
Dacct.c103 struct fs_pin pin; member
160 return p ? container_of(p, struct bsd_acct_struct, pin) : NULL; in to_acct()
189 static void acct_pin_kill(struct fs_pin *pin) in acct_pin_kill() argument
191 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()
196 cmpxchg(&acct->ns->bacct, pin, NULL); in acct_pin_kill()
198 pin_remove(pin); in acct_pin_kill()
260 init_fs_pin(&acct->pin, acct_pin_kill); in acct_on()
268 pin_insert(&acct->pin, mnt); in acct_on()
271 old = xchg(&ns->bacct, &acct->pin); in acct_on()