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()
218 s->s_count = 1; in alloc_super()248 if (!--sb->s_count) { in __put_super()338 s->s_count++; in grab_super()514 sb->s_count++; in iterate_supers()548 sb->s_count++; in iterate_supers_type()589 sb->s_count++; in get_super()672 sb->s_count++; in user_get_super()780 sb->s_count++; in do_emergency_remount()
493 和文件系统(“struct super_block”:s_count和s_active)中找到。
182 word s_count; member
1292 int s_count; member
1934 sb->s_count, atomic_read(&sb->s_active)); in ll_umount_begin()
608 filesystem code ("struct super_block": s_count and s_active).