Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/configfs/
H A Dconfigfs_internal.h33 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()
H A Ddir.c200 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
/OK3568_Linux_fs/kernel/fs/
H 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()
660 sb->s_count++; in __iterate_supers()
690 sb->s_count++; in iterate_supers()
724 sb->s_count++; in iterate_supers_type()
757 sb->s_count++; in __get_super()
881 sb->s_count++; in user_get_super()
/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c191 int *s_count ) in flash_fill_sect_ranges() argument
197 *s_count = 0; in flash_fill_sect_ranges()
255 (*s_count) += s_last[bank] - s_first[bank] + 1; in flash_fill_sect_ranges()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmigrate_localcount.bbclass16 counts = localcounts.get_by_pattern('%%-%s_count' % pn)
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst623 mm_count),和文件系统 (``struct super_block``: s_count 和 s_active) 中找到。
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h303 int s_count; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1466 int s_count; member
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dcoding-style.rst731 mm_count), e nel codice dei filesystem (``struct super_block``: s_count e
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcoding-style.rst743 filesystem code (``struct super_block``: s_count and s_active).