Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dinode.c432 mutex_init(&ci->i_truncate_mutex); in ceph_alloc_inode()
1618 mutex_lock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1626 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1649 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()
1703 mutex_lock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1709 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
1746 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
Dsuper.h325 struct mutex i_truncate_mutex; member