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

/linux-4.1.27/fs/configfs/
H A Dconfigfs_internal.h38 atomic_t s_count; member in struct:configfs_dirent
151 WARN_ON(!atomic_read(&sd->s_count)); configfs_get()
152 atomic_inc(&sd->s_count); configfs_get()
159 WARN_ON(!atomic_read(&sd->s_count)); configfs_put()
160 if (atomic_dec_and_test(&sd->s_count)) configfs_put()
H A Ddir.c62 * sd->s_count and update sd->s_dentry to new allocated one. configfs_d_iput()
69 if (atomic_read(&sd->s_count) <= 2) configfs_d_iput()
181 atomic_set(&sd->s_count, 1); configfs_new_dirent()
/linux-4.1.27/fs/
H A Dsuper.c218 s->s_count = 1; alloc_super()
248 if (!--sb->s_count) { __put_super()
334 * of their type), so increment of ->s_count is OK here.
338 s->s_count++; __releases()
362 * Note that unlike get_super() et.al. this one does *not* bump ->s_count.
514 sb->s_count++; iterate_supers()
548 sb->s_count++; iterate_supers_type()
589 sb->s_count++; get_super()
672 sb->s_count++; user_get_super()
780 sb->s_count++; do_emergency_remount()
/linux-4.1.27/include/linux/
H A Dkernfs.h102 * As long as s_count reference is held, the kernfs_node itself is
H A Dfs.h1292 int s_count; member in struct:super_block
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddivacapi.h182 word s_count; member in struct:_APPL
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c1934 sb->s_count, atomic_read(&sb->s_active)); ll_umount_begin()

Completed in 155 milliseconds