Searched refs:s_count (Results 1 – 7 of 7) sorted by relevance
38 atomic_t s_count; member161 WARN_ON(!atomic_read(&sd->s_count)); in configfs_get()162 atomic_inc(&sd->s_count); in configfs_get()169 WARN_ON(!atomic_read(&sd->s_count)); in configfs_put()170 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()
250 s->s_count = 1; in alloc_super()285 if (!--s->s_count) { in __put_super()381 s->s_count++; in grab_super()598 sb->s_count++; in __iterate_supers()628 sb->s_count++; in iterate_supers()662 sb->s_count++; in iterate_supers_type()695 sb->s_count++; in __get_super()819 sb->s_count++; in user_get_super()
619 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
172 word s_count; member
1376 int s_count; member
698 filesystem code (``struct super_block``: s_count and s_active).