Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h103 struct mutex i_truncate_mutex; member
269 mutex_lock(&zi->i_truncate_mutex); in zonefs_io_error()
271 mutex_unlock(&zi->i_truncate_mutex); in zonefs_io_error()
/linux/fs/ceph/
H A Dinode.c679 mutex_init(&ci->i_truncate_mutex); in ceph_alloc_inode()
2245 mutex_lock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
2253 mutex_unlock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
2264 mutex_unlock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
2290 mutex_unlock(&ci->i_truncate_mutex); in ceph_do_invalidate_pages()
2307 mutex_lock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
2314 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
2352 mutex_unlock(&ci->i_truncate_mutex); in __ceph_do_pending_vmtruncate()
H A Dsuper.h461 struct mutex i_truncate_mutex; member