Home
last modified time | relevance | path

Searched refs:s_count (Results 1 – 8 of 8) sorted by relevance

/linux/fs/configfs/
A Dconfigfs_internal.h31 atomic_t s_count; member
147 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()
A Ddir.c190 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
/linux/fs/
A Dsuper.c253 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()
/linux/Documentation/translations/zh_CN/process/
A Dcoding-style.rst622 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/linux/Documentation/translations/zh_TW/process/
A Dcoding-style.rst626 mm_count),和文件系統 (``struct super_block``: s_count 和 s_active) 中找到。
/linux/include/linux/
A Dfs.h1479 int s_count; member
/linux/Documentation/translations/it_IT/process/
A Dcoding-style.rst753 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e
/linux/Documentation/process/
A Dcoding-style.rst794 filesystem code (``struct super_block``: s_count and s_active).

Completed in 23 milliseconds