Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dcache.c342 mutex_lock(&ci->i_truncate_mutex); in ceph_fscache_revalidate_cookie()
350 mutex_unlock(&ci->i_truncate_mutex); in ceph_fscache_revalidate_cookie()
Dinode.c482 mutex_init(&ci->i_truncate_mutex); in ceph_alloc_inode()
1851 mutex_lock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
1858 mutex_unlock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
1869 mutex_unlock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
1894 mutex_unlock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
1910 mutex_lock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1916 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1953 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
Dsuper.h365 struct mutex i_truncate_mutex; member