Searched refs:s_active (Results 1 – 4 of 4) sorted by relevance
278 atomic_set(&s->s_active, 1); in alloc_super()313 if (!atomic_dec_and_lock(&s->s_active, &sb_lock)) in deactivate_super()354 atomic_inc(&s->s_active); in grab_super()
141 atomic_inc(&sb->s_active); in clone_mnt()336 if (atomic_read(&sb->s_active) == 1) { in do_umount()
334 filesystem code ("struct super_block": s_count and s_active).
762 atomic_t s_active; member