Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c198 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
/linux-6.3-rc2/fs/
A Dsuper.c252 s->s_count = 1; in alloc_super()
288 if (!--s->s_count) { in __put_super()
383 s->s_count++; in grab_super()
701 sb->s_count++; in __iterate_supers()
731 sb->s_count++; in iterate_supers()
765 sb->s_count++; in iterate_supers_type()
805 sb->s_count++; in get_super()
863 sb->s_count++; in user_get_super()
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dcoding-style.rst626 mm_count),和文件系統 (``struct super_block``: s_count 和 s_active) 中找到。
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dcoding-style.rst705 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/linux-6.3-rc2/include/linux/
A Dfs.h1152 int s_count; member
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dcoding-style.rst791 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e
/linux-6.3-rc2/Documentation/process/
A Dcoding-style.rst794 filesystem code (``struct super_block``: s_count and s_active).
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dcoding-style.rst820 (``struct super_block``: s_count y s_active).

Completed in 39 milliseconds