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

/linux-master/fs/configfs/
H A Dconfigfs_internal.h31 atomic_t s_count; member in struct:configfs_dirent
147 WARN_ON(!atomic_read(&sd->s_count));
148 atomic_inc(&sd->s_count);
155 WARN_ON(!atomic_read(&sd->s_count));
156 if (atomic_dec_and_test(&sd->s_count))
H A Ddir.c198 atomic_set(&sd->s_count, 1);
/linux-master/fs/
H A Dsuper.c103 * The caller must have acquired a temporary reference on @sb->s_count.
366 s->s_count = 1;
405 if (!--s->s_count) {
527 sb->s_count++;
554 * Note that unlike get_super() et.al. this one does *not* bump ->s_count.
886 sb->s_count++;
916 sb->s_count++;
954 sb->s_count++;
985 sb->s_count++;
1373 sb->s_count
[all...]
/linux-master/include/linux/
H A Dfs.h1223 int s_count; member in struct:super_block

Completed in 248 milliseconds