Home
last modified time | relevance | path

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

/fs/hugetlbfs/
Dinode.c630 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
639 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
658 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
660 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
664 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
673 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
675 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
874 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
908 spin_lock(&sbinfo->stat_lock); in hugetlb_get_quota()
913 spin_unlock(&sbinfo->stat_lock); in hugetlb_get_quota()
[all …]
/fs/cifs/
Dcifsglob.h289 spinlock_t stat_lock; member
401 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
403 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
410 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
412 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dmisc.c120 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()