Searched refs:s_count (Results 1 – 8 of 8) 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()
190 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
253 s->s_count = 1; in alloc_super()290 if (!--s->s_count) { in __put_super()387 s->s_count++; in grab_super()662 sb->s_count++; in __iterate_supers()692 sb->s_count++; in iterate_supers()726 sb->s_count++; in iterate_supers_type()766 sb->s_count++; in get_super()824 sb->s_count++; in user_get_super()
622 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
626 mm_count),和文件系統 (``struct super_block``: s_count 和 s_active) 中找到。
1479 int s_count; member
753 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e
794 filesystem code (``struct super_block``: s_count and s_active).
Completed in 23 milliseconds