Home
last modified time | relevance | path

Searched refs:stat_lock (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/
Dscrub.c196 spinlock_t stat_lock; member
501 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
804 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
806 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
835 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
837 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
843 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
845 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
908 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
910 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
[all …]
/fs/hugetlbfs/
Dinode.c853 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
868 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
891 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
893 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
897 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
906 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
908 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1168 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/fs/cifs/
Dcifsglob.h916 spinlock_t stat_lock; /* protects the two fields above */ member
1256 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1258 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1265 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1267 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dmisc.c122 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()
/fs/f2fs/
Df2fs.h1228 spinlock_t stat_lock; /* lock for stat operations */ member
1658 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
1674 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
1679 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
1697 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
1705 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
1865 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
1874 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
1880 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
1886 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
[all …]
Dsysfs.c226 spin_lock(&sbi->stat_lock); in f2fs_sbi_store()
229 spin_unlock(&sbi->stat_lock); in f2fs_sbi_store()
235 spin_unlock(&sbi->stat_lock); in f2fs_sbi_store()
Dsuper.c2720 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()