Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dcache.c355 mutex_lock(&ci->i_truncate_mutex); in ceph_fscache_revalidate_cookie()
363 mutex_unlock(&ci->i_truncate_mutex); in ceph_fscache_revalidate_cookie()
Dinode.c482 mutex_init(&ci->i_truncate_mutex); in ceph_alloc_inode()
1783 mutex_lock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1790 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1801 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1826 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1880 mutex_lock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1886 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1923 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
Dsuper.h347 struct mutex i_truncate_mutex; member