Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/configfs/
H 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()
H A Ddir.c198 atomic_set(&sd->s_count, 1); in configfs_new_dirent()
/kernel/linux/linux-5.10/fs/
H A Dsuper.c253 s->s_count = 1; in alloc_super()
290 if (!--s->s_count) { in __put_super()
383 * of their type), so increment of ->s_count is OK here.
387 s->s_count++; in __releases()
411 * Note that unlike get_super() et.al. this one does *not* bump ->s_count.
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()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dsuper.c106 * The caller must have acquired a temporary reference on @sb->s_count.
375 s->s_count = 1; in alloc_super()
411 if (!--s->s_count) { in __put_super()
531 * of their type), so increment of ->s_count is OK here.
537 s->s_count++; in __releases()
576 sb->s_count++; in grab_super_dead()
600 * Note that unlike get_super() et.al. this one does *not* bump ->s_count.
933 sb->s_count++; in __iterate_supers()
963 sb->s_count++; in iterate_supers()
999 sb->s_count in iterate_supers_type()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1441 int s_count; member
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1206 int s_count; member

Completed in 21 milliseconds