Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Dconfigfs_internal.h38 atomic_t s_count; member
161 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()
Ddir.c69 if (atomic_read(&sd->s_count) <= 2) in configfs_d_iput()
181 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
/Linux-v4.19/fs/
Dsuper.c250 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()
/Linux-v4.19/Documentation/translations/zh_CN/
Dcoding-style.rst619 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h172 word s_count; member
/Linux-v4.19/include/linux/
Dfs.h1376 int s_count; member
/Linux-v4.19/Documentation/process/
Dcoding-style.rst698 filesystem code (``struct super_block``: s_count and s_active).