Searched refs:s_count (Results 1 – 3 of 3) sorted by relevance
31 atomic_t s_count; member147 WARN_ON(!atomic_read(&sd->s_count)); in configfs_get()148 atomic_inc(&sd->s_count); in configfs_get()155 WARN_ON(!atomic_read(&sd->s_count)); in configfs_put()156 if (atomic_dec_and_test(&sd->s_count)) in configfs_put()
197 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
368 s->s_count = 1; in alloc_super()407 if (!--s->s_count) { in __put_super()529 sb->s_count++; in grab_super()918 sb->s_count++; in __iterate_supers()963 sb->s_count++; in iterate_supers_type()995 sb->s_count++; in user_get_super()1430 sb->s_count++; in bdev_super_lock()
Completed in 12 milliseconds