Searched refs:s_count (Results 1 – 8 of 8) sorted by relevance
38 atomic_t s_count; member151 WARN_ON(!atomic_read(&sd->s_count)); in configfs_get()152 atomic_inc(&sd->s_count); in configfs_get()159 WARN_ON(!atomic_read(&sd->s_count)); in configfs_put()160 if (atomic_dec_and_test(&sd->s_count)) in configfs_put()
69 if (atomic_read(&sd->s_count) <= 2) in configfs_d_iput()181 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
233 s->s_count = 1; in alloc_super()263 if (!--sb->s_count) { in __put_super()353 s->s_count++; in grab_super()530 sb->s_count++; in iterate_supers()564 sb->s_count++; in iterate_supers_type()605 sb->s_count++; in get_super()688 sb->s_count++; in user_get_super()796 sb->s_count++; in do_emergency_remount()
493 和文件系统(“struct super_block”:s_count和s_active)中找到。
182 word s_count; member
1831 sb->s_count, atomic_read(&sb->s_active)); in ll_umount_begin()
1302 int s_count; member
608 filesystem code ("struct super_block": s_count and s_active).