Home
last modified time | relevance | path

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

/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.c197 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
/fs/
A Dsuper.c368 s->s_count = 1; in alloc_super()
407 if (!--s->s_count) { in __put_super()
529 sb->s_count++; in grab_super()
918 sb->s_count++; in __iterate_supers()
963 sb->s_count++; in iterate_supers_type()
995 sb->s_count++; in user_get_super()
1430 sb->s_count++; in bdev_super_lock()

Completed in 12 milliseconds