Home
last modified time | relevance | path

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

/linux-4.19.296/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()
1802 mutex_lock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1809 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1820 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1846 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1900 mutex_lock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1906 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1943 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
Dsuper.h347 struct mutex i_truncate_mutex; member