Home
last modified time | relevance | path

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

/linux-4.1.27/fs/configfs/
Dconfigfs_internal.h38 atomic_t s_count; member
151 WARN_ON(!atomic_read(&sd->s_count)); in configfs_get()
152 atomic_inc(&sd->s_count); in configfs_get()
159 WARN_ON(!atomic_read(&sd->s_count)); in configfs_put()
160 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-4.1.27/fs/
Dsuper.c218 s->s_count = 1; in alloc_super()
248 if (!--sb->s_count) { in __put_super()
338 s->s_count++; in grab_super()
514 sb->s_count++; in iterate_supers()
548 sb->s_count++; in iterate_supers_type()
589 sb->s_count++; in get_super()
672 sb->s_count++; in user_get_super()
780 sb->s_count++; in do_emergency_remount()
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle493 和文件系统(“struct super_block”:s_count和s_active)中找到。
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivacapi.h182 word s_count; member
/linux-4.1.27/include/linux/
Dfs.h1292 int s_count; member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1934 sb->s_count, atomic_read(&sb->s_active)); in ll_umount_begin()
/linux-4.1.27/Documentation/
DCodingStyle608 filesystem code ("struct super_block": s_count and s_active).