Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c211 spinlock_t stat_lock; member
373 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
978 spin_lock(&sctx->stat_lock); in scrub_stripe_report_errors()
990 spin_unlock(&sctx->stat_lock); in scrub_stripe_report_errors()
2276 spin_lock(&sctx->stat_lock); in scrub_stripe()
2282 spin_unlock(&sctx->stat_lock); in scrub_stripe()
2729 spin_lock(&sctx->stat_lock); in scrub_supers()
2731 spin_unlock(&sctx->stat_lock); in scrub_supers()
2747 spin_lock(&sctx->stat_lock); in scrub_supers()
2749 spin_unlock(&sctx->stat_lock); in scrub_supers()
[all …]
/fs/hugetlbfs/
Dinode.c1222 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1237 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1260 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1262 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1266 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1275 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1277 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1516 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/fs/f2fs/
Df2fs.h325 spinlock_t stat_lock; /* lock for below checkpoint time stats */ member
1719 spinlock_t stat_lock; /* lock for stat operations */ member
2332 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
2339 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2348 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2354 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2447 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
2454 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
2651 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
2657 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
[all …]
Dcheckpoint.c1618 spin_lock(&sbi->stat_lock); in do_checkpoint()
1620 spin_unlock(&sbi->stat_lock); in do_checkpoint()
1816 spin_lock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1820 spin_unlock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1963 spin_lock_init(&cprc->stat_lock); in f2fs_init_ckpt_req_control()
Dgc.c2199 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2204 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2233 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2240 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2274 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2276 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
Dsysfs.c499 spin_lock(&sbi->stat_lock); in __sbi_store()
504 spin_unlock(&sbi->stat_lock); in __sbi_store()
510 spin_unlock(&sbi->stat_lock); in __sbi_store()
Ddebug.c134 spin_lock(&sbi->cprc_info.stat_lock); in update_general_status()
137 spin_unlock(&sbi->cprc_info.stat_lock); in update_general_status()
Dsuper.c1798 spin_lock(&sbi->stat_lock); in f2fs_statfs()
1810 spin_unlock(&sbi->stat_lock); in f2fs_statfs()
2226 spin_lock(&sbi->stat_lock); in f2fs_disable_checkpoint()
2228 spin_unlock(&sbi->stat_lock); in f2fs_disable_checkpoint()
4380 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
Dsegment.c2486 spin_lock(&sbi->stat_lock); in update_sit_entry()
2488 spin_unlock(&sbi->stat_lock); in update_sit_entry()
/fs/smb/client/
Dcifsglob.h1240 spinlock_t stat_lock; /* protects the two fields above */ member
1657 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1659 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1666 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1668 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dcifs_debug.c685 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write()
689 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
Dmisc.c140 spin_lock_init(&ret_buf->stat_lock); in tcon_info_alloc()