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

/linux-4.4.14/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.4.14/fs/
H A Dsuper.c233 s->s_count = 1; alloc_super()
263 if (!--sb->s_count) { __put_super()
349 * of their type), so increment of ->s_count is OK here.
353 s->s_count++; __releases()
377 * Note that unlike get_super() et.al. this one does *not* bump ->s_count.
530 sb->s_count++; iterate_supers()
564 sb->s_count++; iterate_supers_type()
605 sb->s_count++; get_super()
688 sb->s_count++; user_get_super()
796 sb->s_count++; do_emergency_remount()
/linux-4.4.14/include/linux/
H A Dkernfs.h102 * As long as s_count reference is held, the kernfs_node itself is
H A Dfs.h1302 int s_count; member in struct:super_block
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddivacapi.h182 word s_count; member in struct:_APPL
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c1831 sb->s_count, atomic_read(&sb->s_active)); ll_umount_begin()

Completed in 319 milliseconds