Searched refs:i_truncate_mutex (Results 1 – 2 of 2) sorted by relevance
433 mutex_init(&ci->i_truncate_mutex); in ceph_alloc_inode()1555 mutex_lock(&ci->i_truncate_mutex); in ceph_invalidate_work()1563 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()1586 mutex_unlock(&ci->i_truncate_mutex); in ceph_invalidate_work()1640 mutex_lock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()1646 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()1683 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
303 struct mutex i_truncate_mutex; member